summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-05-19 12:41:26 +0000
committerRobert Pösel <robyer@seznam.cz>2013-05-19 12:41:26 +0000
commit23d7142b4b1dd841d01a342c31574770c9c29b18 (patch)
treef882f1d361064fc8fe2e8de11031e511be70eea2 /src
parent8bbf210610804623aa581f3a547fc782fed9c118 (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@4731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src')
-rw-r--r--src/core/stdchat/src/options.cpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/core/stdchat/src/options.cpp b/src/core/stdchat/src/options.cpp
index 130a1120a7..e83e550c4c 100644
--- a/src/core/stdchat/src/options.cpp
+++ b/src/core/stdchat/src/options.cpp
@@ -166,19 +166,19 @@ static const struct branch_t branch5[] = {
};
static const struct branch_t branch6[] = {
- { LPGENT("Show Popups only when the chat room is not active"), "PopupInactiveOnly", 0, 1},
- { LPGENT("Show Popup for topic changes"), "PopupFlags", GC_EVENT_TOPIC, 0},
- { LPGENT("Show Popup for users joining"), "PopupFlags", GC_EVENT_JOIN, 0},
- { LPGENT("Show Popup for users disconnecting"), "PopupFlags", GC_EVENT_QUIT, 0},
- { LPGENT("Show Popup for messages"), "PopupFlags", GC_EVENT_MESSAGE, 0},
- { LPGENT("Show Popup for actions"), "PopupFlags", GC_EVENT_ACTION, 0},
- { LPGENT("Show Popup for highlights"), "PopupFlags", GC_EVENT_HIGHLIGHT, 0},
- { LPGENT("Show Popup for users leaving"), "PopupFlags", GC_EVENT_PART, 0},
- { LPGENT("Show Popup for users kicking other user"), "PopupFlags", GC_EVENT_KICK, 0},
- { LPGENT("Show Popup for notices "), "PopupFlags", GC_EVENT_NOTICE, 0},
- { LPGENT("Show Popup for name changes"), "PopupFlags", GC_EVENT_NICK, 0},
- { LPGENT("Show Popup for information messages"), "PopupFlags", GC_EVENT_INFORMATION, 0},
- { LPGENT("Show Popup for status changes"), "PopupFlags", GC_EVENT_ADDSTATUS, 0},
+ { LPGENT("Show popups only when the chat room is not active"), "PopupInactiveOnly", 0, 1},
+ { LPGENT("Show popup for topic changes"), "PopupFlags", GC_EVENT_TOPIC, 0},
+ { LPGENT("Show popup for users joining"), "PopupFlags", GC_EVENT_JOIN, 0},
+ { LPGENT("Show popup for users disconnecting"), "PopupFlags", GC_EVENT_QUIT, 0},
+ { LPGENT("Show popup for messages"), "PopupFlags", GC_EVENT_MESSAGE, 0},
+ { LPGENT("Show popup for actions"), "PopupFlags", GC_EVENT_ACTION, 0},
+ { LPGENT("Show popup for highlights"), "PopupFlags", GC_EVENT_HIGHLIGHT, 0},
+ { LPGENT("Show popup for users leaving"), "PopupFlags", GC_EVENT_PART, 0},
+ { LPGENT("Show popup for users kicking other user"), "PopupFlags", GC_EVENT_KICK, 0},
+ { LPGENT("Show popup for notices "), "PopupFlags", GC_EVENT_NOTICE, 0},
+ { LPGENT("Show popup for name changes"), "PopupFlags", GC_EVENT_NICK, 0},
+ { LPGENT("Show popup for information messages"), "PopupFlags", GC_EVENT_INFORMATION, 0},
+ { LPGENT("Show popup for status changes"), "PopupFlags", GC_EVENT_ADDSTATUS, 0},
};
HTREEITEM hItemB0[SIZEOF(branch0)];