diff options
author | George Hazan <ghazan@miranda.im> | 2019-08-29 22:34:56 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-08-29 22:34:56 +0300 |
commit | a8f4c176d9983951d3f1b9803e08c7170a27eacd (patch) | |
tree | 5bc0ac59b63ccc92dc0ff4a3a1df9ea25f050c07 /plugins/Scriver/src/msgs.h | |
parent | 8c7a670b1b6644aafb0fc78bd3039da45e7a7d37 (diff) |
Scriver: options automation
Diffstat (limited to 'plugins/Scriver/src/msgs.h')
-rw-r--r-- | plugins/Scriver/src/msgs.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index f7b11640b2..f33f8fa99b 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -342,10 +342,6 @@ extern int fontOptionsListSize; #define SRMSGSET_LIMITCHATSTABSNUM "LimitChatsTabsNum"
#define SRMSGDEFSET_LIMITCHATSTABSNUM 10
-#define SRMSGSET_CASCADE "Cascade"
-#define SRMSGDEFSET_CASCADE 1
-#define SRMSGSET_SAVEPERCONTACT "SavePerContact"
-#define SRMSGDEFSET_SAVEPERCONTACT 0
#define SRMSGSET_SHOWTITLEBAR "ShowTitleBar"
#define SRMSGDEFSET_SHOWTITLEBAR 1
#define SRMSGSET_SHOWSTATUSBAR "ShowStatusBar"
@@ -362,14 +358,8 @@ extern int fontOptionsListSize; #define SRMSGDEFSET_SHOWINFOLINE 1
#define SRMSGSET_SHOWPROGRESS "ShowProgress"
#define SRMSGDEFSET_SHOWPROGRESS 0
-#define SRMSGSET_AUTOPOPUP "AutoPopupMsg"
-#define SRMSGDEFSET_AUTOPOPUP 0
-#define SRMSGSET_STAYMINIMIZED "StayMinimized"
-#define SRMSGDEFSET_STAYMINIMIZED 0
#define SRMSGSET_SWITCHTOACTIVE "SwitchToActiveTab"
#define SRMSGDEFSET_SWITCHTOACTIVE 0
-#define SRMSGSET_AUTOMIN "AutoMin"
-#define SRMSGDEFSET_AUTOMIN 0
#define SRMSGSET_AUTOCLOSE "AutoClose"
#define SRMSGDEFSET_AUTOCLOSE 0
#define SRMSGSET_SENDBUTTON "UseSendButton"
@@ -378,8 +368,6 @@ extern int fontOptionsListSize; #define SRMSGDEFSET_CHARCOUNT 0
#define SRMSGSET_CTRLSUPPORT "SupportCtrlUpDn"
#define SRMSGDEFSET_CTRLSUPPORT 1
-#define SRMSGSET_DELTEMP "DeleteTempCont"
-#define SRMSGDEFSET_DELTEMP 0
#define SRMSGSET_MSGTIMEOUT "MessageTimeout"
#define SRMSGDEFSET_MSGTIMEOUT 10000
#define SRMSGSET_FLASHCOUNT "FlashMax"
@@ -464,16 +452,11 @@ extern int fontOptionsListSize; #define SRMSGSET_INACTIVEALPHA "InactiveAlpha"
#define SRMSGDEFSET_INACTIVEALPHA 0
#define SRMSGSET_WINDOWTITLE "WindowTitle"
-#define SRMSGSET_SAVEDRAFTS "SaveDrafts"
-#define SRMSGDEFSET_SAVEDRAFTS 0
#define SRMSGSET_BUTTONVISIBILITY "ButtonVisibility"
#define SRMSGDEFSET_BUTTONVISIBILITY 0xFFFF
#define SRMSGSET_CHATBUTTONVISIBILITY "ChatButtonVisibility"
#define SRMSGDEFSET_CHATBUTTONVISIBILITY 0xFFFF
-#define SRMSGSET_HIDECONTAINERS "HideContainers"
-#define SRMSGDEFSET_HIDECONTAINERS 0
-
#define SRMSGSET_AUTORESIZELINES "AutoResizeLines"
#define SRMSGDEFSET_AUTORESIZELINES 2
|