diff options
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 |
|