diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-11 12:21:40 +0200 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-11 12:21:40 +0200 |
commit | d0437f358af898fe1a7dddfb0021da3a1a326d3f (patch) | |
tree | 54a1e28c67b9277e43e7488ea6950ea8b2b67fc9 /plugins/Scriver/src/msgs.h | |
parent | 98d1ee82a94b0d2ff05665ca9d7a6e43481392ed (diff) |
fixes #1347 (Scriver: remove "Use the contact's status icon as the window icon" option)
Diffstat (limited to 'plugins/Scriver/src/msgs.h')
-rw-r--r-- | plugins/Scriver/src/msgs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h index bb209cb686..16c6b6e5d6 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -374,8 +374,6 @@ extern int fontOptionsListSize; #define SRMSGDEFSET_SENDONENTER 1
#define SRMSGSET_SENDONDBLENTER "SendOnDblEnter"
#define SRMSGDEFSET_SENDONDBLENTER 0
-#define SRMSGSET_STATUSICON "UseStatusWinIcon"
-#define SRMSGDEFSET_STATUSICON 0
#define SRMSGSET_SENDBUTTON "UseSendButton"
#define SRMSGDEFSET_SENDBUTTON 0
#define SRMSGSET_CHARCOUNT "ShowCharCount"
|