diff options
author | slotwin <slotwin@users.noreply.github.com> | 2014-05-16 19:37:14 +0000 |
---|---|---|
committer | slotwin <slotwin@users.noreply.github.com> | 2014-05-16 19:37:14 +0000 |
commit | fed8813d4e7ca8121466964037edab7e399b2c82 (patch) | |
tree | ea80a80c8b568528d162f5065bd1bf830df6af3b /plugins/Scriver/src/msgs.h | |
parent | 6642b1b591773cd448629aa5d11e74da18c849c2 (diff) |
Scriver/options: added spin controls to edit boxes
git-svn-id: http://svn.miranda-ng.org/main/trunk@9199 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 3847619941..c4ee89001c 100644 --- a/plugins/Scriver/src/msgs.h +++ b/plugins/Scriver/src/msgs.h @@ -267,7 +267,6 @@ extern int fontOptionsListSize; #define SRMSGDEFSET_LIMITNAMES 1
#define SRMSGSET_LIMITNAMESLEN "LimitNamesLength"
#define SRMSGDEFSET_LIMITNAMESLEN 20
-#define SRMSGSET_LIMITNAMESLEN_MIN 0
#define SRMSGSET_HIDEONETAB "HideOneTab"
#define SRMSGDEFSET_HIDEONETAB 1
#define SRMSGSET_SEPARATECHATSCONTAINERS "SeparateChatsContainers"
@@ -327,7 +326,6 @@ extern int fontOptionsListSize; #define SRMSGDEFSET_DELTEMP 0
#define SRMSGSET_MSGTIMEOUT "MessageTimeout"
#define SRMSGDEFSET_MSGTIMEOUT 10000
-#define SRMSGSET_MSGTIMEOUT_MIN 4000 // minimum value (4 seconds)
#define SRMSGSET_FLASHCOUNT "FlashMax"
#define SRMSGDEFSET_FLASHCOUNT 3
|