summaryrefslogtreecommitdiff
path: root/plugins/Db_autobackups/res
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2022-08-03 12:00:01 +0300
committerGeorge Hazan <ghazan@miranda.im>2022-08-03 12:00:01 +0300
commit7cc95adf48a3c04dbbe364f2d57edd09ff76c0dd (patch)
tree9312645785275f3aab3fa532ec56534b5127cc29 /plugins/Db_autobackups/res
parent1a0dc87d73d7a71028ac335be0d67433f410bab1 (diff)
fixes #3133 (Db_autobackuper: get rid of inverted logic Db autobackuper enhancement)
Diffstat (limited to 'plugins/Db_autobackups/res')
-rw-r--r--plugins/Db_autobackups/res/db_autobackups.rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Db_autobackups/res/db_autobackups.rc b/plugins/Db_autobackups/res/db_autobackups.rc
index 695d07024a..87c9d3a357 100644
--- a/plugins/Db_autobackups/res/db_autobackups.rc
+++ b/plugins/Db_autobackups/res/db_autobackups.rc
@@ -29,7 +29,7 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Automatic backups",IDC_STATIC,6,4,258,215,WS_GROUP
- CONTROL "Disabled",IDC_RAD_DISABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,19,128,10
+ CONTROL "Enabled",IDC_RAD_ENABLED,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,19,128,10
CONTROL "When Miranda starts",IDC_RAD_START,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,31,153,10
CONTROL "When Miranda exits",IDC_RAD_EXIT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,43,156,10
CONTROL "Every:",IDC_RAD_PERIODIC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,56,43,10
@@ -49,7 +49,7 @@ BEGIN
EDITTEXT IDC_FILEMASK,13,145,243,14,ES_AUTOHSCROLL
CONTROL "Compress backup to zip-archive",IDC_CHK_USEZIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,165,243,10
CONTROL "Backup profile folder",IDC_BACKUPPROFILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,26,178,176,10
- CONTROL "Disable progress bar",IDC_CHK_NOPROG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,191,243,10
+ CONTROL "Enable progress bar",IDC_CHK_PROGRESS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,191,243,10
CONTROL "Use CloudFile",IDC_CLOUDFILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,13,203,105,10
COMBOBOX IDC_CLOUDFILESEVICE,139,200,117,30,CBS_DROPDOWNLIST | CBS_SORT | WS_DISABLED | WS_VSCROLL | WS_TABSTOP
PUSHBUTTON "Backup NOW",IDC_BUT_NOW,181,19,75,14