summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-05 17:41:27 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-05 17:41:27 +0000
commit228e33562d839cacdd112d66898e6a30ec4f959c (patch)
tree0ab858c3efa2d781ce55742c4602c7c06591cf63 /plugins/TabSRMM/src
parent3478926e3d060e227b08381925ee9bd307fd63e3 (diff)
autocopy enabled as default
git-svn-id: http://svn.miranda-ng.org/main/trunk@3441 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r--plugins/TabSRMM/src/translator.cpp2
1 files changed, 1 insertions, 1 deletions
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
};