DispSoftCR now may be used in random system groups. Changed DispSoftCR and UseSoftCrxLat keywords global defaults.

This commit is contained in:
Ianos Gnatiuc
2006-02-04 18:16:51 +00:00
parent 0b433cce50
commit cead5992ee
16 changed files with 59 additions and 26 deletions

View File

@@ -57,6 +57,7 @@ enum {
GRP_AREAYOUWROTETO,
GRP_ATTRIBUTES,
GRP_CTRLINFO,
GRP_DISPSOFTCR,
GRP_EDITHARDTERM,
GRP_EDITMIXCASE,
GRP_EDITREPLYRE,

View File

@@ -35,7 +35,7 @@ int WideCanLock = true;
const char** WideUsername = NULL;
int WideUsernames = 0;
uint WideSharemode = SH_DENYNO;
int WideDispsoftcr = false;
bool WideDispsoftcr = true;
int WidePersonalmail = 0;

View File

@@ -267,7 +267,7 @@ extern int WideCanLock;
extern const char** WideUsername;
extern int WideUsernames;
extern uint WideSharemode;
extern int WideDispsoftcr;
extern bool WideDispsoftcr;
extern int WidePersonalmail;