From 0762407a37064faa2d212f785a5d81f30f7256bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Mon, 5 Sep 2016 21:11:03 +0000 Subject: TabSRMM: Make default settings more user friendly and use nicer templates This also fixes problem where TabSRMM wasn't correctly initialized until first applying of options, and resulted in "broken" text in message log (missing some items so it looked very ugly). git-svn-id: http://svn.miranda-ng.org/main/trunk@17261 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/globals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src/globals.cpp') diff --git a/plugins/TabSRMM/src/globals.cpp b/plugins/TabSRMM/src/globals.cpp index 8efb343740..51fb9ecea7 100644 --- a/plugins/TabSRMM/src/globals.cpp +++ b/plugins/TabSRMM/src/globals.cpp @@ -219,7 +219,7 @@ void CGlobals::reloadAdv() SkinAddNewSoundEx("SoundOnTyping", LPGEN("Other"), LPGEN("TabSRMM: typing")); m_TypingSoundAdded = true; } - m_bAllowOfflineMultisend = M.GetBool("AllowOfflineMultisend", false); + m_bAllowOfflineMultisend = M.GetBool("AllowOfflineMultisend", true); } const HMENU CGlobals::getMenuBar() -- cgit v1.2.3