diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-12-09 15:29:24 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-12-09 15:29:24 +0000 |
commit | 8a4bf19cc832ec2c31bd6ed9f76811b5d0032a10 (patch) | |
tree | 1630a29bcdd54fc3dcfe3b072e1fe29622119869 /plugins/Actman30/options.rc | |
parent | d9b26ea2f38f0ac9554f999bc9d9806d4762d3d7 (diff) |
Actman 30: removed duplicated file, temporary disabled import/export buttons, settings convertor notes added
git-svn-id: http://svn.miranda-ng.org/main/trunk@11297 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/options.rc')
-rw-r--r-- | plugins/Actman30/options.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Actman30/options.rc b/plugins/Actman30/options.rc index da9c1066d0..98be11b605 100644 --- a/plugins/Actman30/options.rc +++ b/plugins/Actman30/options.rc @@ -12,8 +12,8 @@ FONT 8, "MS Shell Dlg", 0, 0 CONTROL "Down" ,IDC_GROUP_DOWN ,"MButtonClass",WS_TABSTOP,114, 34,16,16,$18000000
CONTROL "Delete",IDC_GROUP_DELETE,"MButtonClass",WS_TABSTOP,114, 68,16,16,$18000000
CONTROL "Test" ,IDC_GROUP_TEST ,"MButtonClass",WS_TABSTOP,114, 85,16,16,$18000000
- CONTROL "Export",IDC_GROUP_EXPORT,"MButtonClass",WS_TABSTOP,114,102,16,16,$18000000
- CONTROL "Import",IDC_GROUP_IMPORT,"MButtonClass",WS_TABSTOP,114,119,16,16,$18000000
+// CONTROL "Export",IDC_GROUP_EXPORT,"MButtonClass",WS_TABSTOP,114,102,16,16,$18000000
+// CONTROL "Import",IDC_GROUP_IMPORT,"MButtonClass",WS_TABSTOP,114,119,16,16,$18000000
CONTROL "", IDC_MACRO_LIST, "SysListView32",
WS_BORDER | WS_TABSTOP |
|