From 23d7142b4b1dd841d01a342c31574770c9c29b18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 19 May 2013 12:41:26 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@4731 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/core/stdchat/src/options.cpp | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src') 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)]; -- cgit v1.2.3