DispSoftCR now may be used in random system groups. Changed DispSoftCR and UseSoftCrxLat keywords global defaults.
This commit is contained in:
@@ -57,6 +57,7 @@ enum {
|
||||
GRP_AREAYOUWROTETO,
|
||||
GRP_ATTRIBUTES,
|
||||
GRP_CTRLINFO,
|
||||
GRP_DISPSOFTCR,
|
||||
GRP_EDITHARDTERM,
|
||||
GRP_EDITMIXCASE,
|
||||
GRP_EDITREPLYRE,
|
||||
|
@@ -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;
|
||||
|
||||
|
||||
|
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user