diff options
author | RMN <rmn@miranda-ng.org> | 2016-02-14 10:22:25 +0000 |
---|---|---|
committer | RMN <rmn@miranda-ng.org> | 2016-02-14 10:22:25 +0000 |
commit | 8f79e111c502bb2e7e0b6dcb6990410e9eb97ae3 (patch) | |
tree | e1070877e6727e7f3eab54f65586fb116b5545b1 /plugins | |
parent | b2f835dae3b65975886d1c18ab05815b5c29d437 (diff) |
- Db_autobackups: more space for Backup profile folder option
- langpacks/russian: +1 string, another one changed
- langpacks/ukrainian: update according to [16239] and [16256]
git-svn-id: http://svn.miranda-ng.org/main/trunk@16276 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Db_autobackups/res/db_autobackups.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Db_autobackups/res/db_autobackups.rc b/plugins/Db_autobackups/res/db_autobackups.rc index 91bbd3ae18..31eac78f46 100644 --- a/plugins/Db_autobackups/res/db_autobackups.rc +++ b/plugins/Db_autobackups/res/db_autobackups.rc @@ -59,7 +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
+ CONTROL "Backup profile folder",IDC_BACKUPPROFILE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,198,176,10
END
|