From 228e33562d839cacdd112d66898e6a30ec4f959c Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 5 Feb 2013 17:41:27 +0000 Subject: autocopy enabled as default git-svn-id: http://svn.miranda-ng.org/main/trunk@3441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/translator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/TabSRMM/src') diff --git a/plugins/TabSRMM/src/translator.cpp b/plugins/TabSRMM/src/translator.cpp index 7b7d5ebdb2..2aec8e1002 100644 --- a/plugins/TabSRMM/src/translator.cpp +++ b/plugins/TabSRMM/src/translator.cpp @@ -115,7 +115,7 @@ TOptionListItem m_lvItemsMsg[] = { 0, LPGENT("Allow BBCode formatting in outgoing messages"), 0, LOI_TYPE_SETTING, (UINT_PTR)"sendformat", 1, 0, LPGENT("Automatically split long messages (experimental, use with care)"), 0, LOI_TYPE_SETTING, (UINT_PTR)"autosplit", 2, 0, LPGENT("Log status changes"), 0, LOI_TYPE_SETTING, (UINT_PTR)"logstatuschanges", 2, - 0, LPGENT("Automatically copy selected text"), 0, LOI_TYPE_SETTING, (UINT_PTR)"autocopy", 2, + 0, LPGENT("Automatically copy selected text"), 1, LOI_TYPE_SETTING, (UINT_PTR)"autocopy", 2, 0, NULL, 0, 0, 0, 0 }; -- cgit v1.2.3