diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-15 23:00:15 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-15 23:00:15 +0000 |
commit | 90a1f215f87bc0888243175bb53ab3e08a01fc5a (patch) | |
tree | eb79aa791d1d4658eb8b81e2ae018289145f03df /plugins/Db_autobackups/res | |
parent | fa776f21d513e1e066cbf17dab536873644d1901 (diff) |
full options paths
git-svn-id: http://svn.miranda-ng.org/main/trunk@15735 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Db_autobackups/res')
-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 57424b1c3a..b0e912f63e 100644 --- a/plugins/Db_autobackups/res/db_autobackups.rc +++ b/plugins/Db_autobackups/res/db_autobackups.rc @@ -53,7 +53,7 @@ BEGIN LTEXT "Backup to folder:",IDC_STATIC,18,120,124,11
EDITTEXT IDC_ED_FOLDER,17,133,177,13,ES_AUTOHSCROLL
PUSHBUTTON "Browse...",IDC_BUT_BROWSE,199,132,49,14
- CONTROL "Go to the ""Customize -> Folders"" to change settings",IDC_LNK_FOLDERS,
+ CONTROL "Go to the ""Options -> Customize -> Folders"" to change settings",IDC_LNK_FOLDERS,
"Hyperlink",NOT WS_VISIBLE | WS_TABSTOP,18,135,231,17
CONTROL "Compress backup to zip-archive",IDC_CHK_USEZIP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,156,231,10
CONTROL "Disable progress bar",IDC_CHK_NOPROG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,167,231,10
|