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 | |
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')
-rw-r--r-- | plugins/BossKeyPlus/res/BossKey.rc | 2 | ||||
-rw-r--r-- | plugins/Db_autobackups/res/db_autobackups.rc | 2 | ||||
-rw-r--r-- | plugins/PackUpdater/Res/Resource.rc | 2 | ||||
-rw-r--r-- | plugins/PluginUpdater/res/Resource.rc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/BossKeyPlus/res/BossKey.rc b/plugins/BossKeyPlus/res/BossKey.rc index 59cf4acad9..4317526c1b 100644 --- a/plugins/BossKeyPlus/res/BossKey.rc +++ b/plugins/BossKeyPlus/res/BossKey.rc @@ -29,7 +29,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "Go to Customize -> Hotkeys to change the hotkey",IDC_MAINOPT_LNK_HOTKEY,
+ CONTROL "Go to Options -> Customize -> Hotkeys to change the hotkey",IDC_MAINOPT_LNK_HOTKEY,
"Hyperlink",WS_TABSTOP,12,14,203,12
GROUPBOX "When I press the hotkey:",IDC_STATIC,0,42,224,124
CONTROL "Change status to",IDC_MAINOPT_CHANGESTATUSBOX,"Button",BS_AUTOCHECKBOX | BS_LEFT | WS_TABSTOP,12,55,97,10
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
diff --git a/plugins/PackUpdater/Res/Resource.rc b/plugins/PackUpdater/Res/Resource.rc index b39e5b03f8..375cda51c3 100644 --- a/plugins/PackUpdater/Res/Resource.rc +++ b/plugins/PackUpdater/Res/Resource.rc @@ -73,7 +73,7 @@ BEGIN CONTROL "On startup",IDC_UPDATEONSTARTUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,44,52,10
CONTROL "Remind about not installed pack update",IDC_REMINDER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,72,198,10
GROUPBOX "Hotkey",IDC_STATIC,2,0,253,26
- CONTROL "Go to Customize -> Hotkeys to change the hotkey",IDC_LINK_HOTKEY,"Hyperlink",WS_TABSTOP,9,11,199,10
+ CONTROL "Go to Options -> Customize -> Hotkeys to change the hotkey",IDC_LINK_HOTKEY,"Hyperlink",WS_TABSTOP,9,11,199,10
GROUPBOX "Notifications",IDC_NOTIFY2,1,95,253,76
CONTROL "Message boxes",IDC_MSG_BOXES2,"Button",BS_AUTOCHECKBOX | WS_DISABLED | WS_TABSTOP,7,111,79,10
CONTROL "Errors",IDC_ERRORS2,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,124,57,10
diff --git a/plugins/PluginUpdater/res/Resource.rc b/plugins/PluginUpdater/res/Resource.rc index 909a7df781..64d008e3cc 100644 --- a/plugins/PluginUpdater/res/Resource.rc +++ b/plugins/PluginUpdater/res/Resource.rc @@ -58,7 +58,7 @@ EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Hotkey",IDC_STATIC,2,0,284,26
- CONTROL "Go to Customize -> Hotkeys to change the hotkey",IDC_LINK_HOTKEY,
+ CONTROL "Go to Options -> Customize -> Hotkeys to change the hotkey",IDC_LINK_HOTKEY,
"Hyperlink",WS_TABSTOP,29,11,249,10
GROUPBOX "Update options",IDC_STATIC,1,29,285,73
CONTROL "On startup",IDC_UPDATEONSTARTUP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,11,44,73,10
|