diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-09 18:21:47 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2016-02-09 18:21:47 +0000 |
commit | bb4b36ea7849f1ff005798514095a2420deca305 (patch) | |
tree | 5e25814320435cb0a0c807f2a952c4f349d884c0 /plugins | |
parent | 7200ed0e6db65ef17549004af7ed12b06b99d13a (diff) |
ops
git-svn-id: http://svn.miranda-ng.org/main/trunk@16253 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Db_autobackups/res/db_autobackups.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Db_autobackups/res/db_autobackups.rc b/plugins/Db_autobackups/res/db_autobackups.rc index b0e912f63e..91bbd3ae18 100644 --- a/plugins/Db_autobackups/res/db_autobackups.rc +++ b/plugins/Db_autobackups/res/db_autobackups.rc @@ -59,6 +59,7 @@ BEGIN CONTROL "Disable progress bar",IDC_CHK_NOPROG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,167,231,10
CONTROL "Disable popups",IDC_CHK_NOPOPUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,176,231,11
CONTROL "Use Dropbox",IDC_DROPBOX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,187,176,10
+ CONTROL "Backup profile folder",IDC_BACKUPPROFILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,198,81,10
END
|