summaryrefslogtreecommitdiff
path: root/plugins/Scriver/src/msgs.h
diff options
context:
space:
mode:
authorDmitry Kuzkin <bio@ktaspb.ru>2012-08-20 11:10:24 +0000
committerDmitry Kuzkin <bio@ktaspb.ru>2012-08-20 11:10:24 +0000
commit8cee0ecbc1c81a2a2a30113ab9d5eca7b60060da (patch)
tree01399e0a232b667861938a652e0801e699621274 /plugins/Scriver/src/msgs.h
parent1fc33e01e8d1fe9ddcceb60697fa12a8e5bc13de (diff)
revert changes r14006 - simplify tab options
now close icons on tabs can be disabled :) git-svn-id: http://svn.miranda-ng.org/main/trunk@1505 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Scriver/src/msgs.h')
-rw-r--r--plugins/Scriver/src/msgs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/Scriver/src/msgs.h b/plugins/Scriver/src/msgs.h
index e17c63897d..a28dcb963f 100644
--- a/plugins/Scriver/src/msgs.h
+++ b/plugins/Scriver/src/msgs.h
@@ -266,11 +266,15 @@ extern int fontOptionsListSize;
#define SRMSGDEFSET_USETABS 1
#define SRMSGSET_TABSATBOTTOM "TabsPosition"
#define SRMSGDEFSET_TABSATBOTTOM 0
+#define SRMSGSET_TABCLOSEBUTTON "TabCloseButton"
+#define SRMSGDEFSET_TABCLOSEBUTTON 0
#define SRMSGSET_LIMITNAMES "LimitNamesOnTabs"
#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"
#define SRMSGDEFSET_SEPARATECHATSCONTAINERS 0
#define SRMSGSET_LIMITTABS "LimitTabs"