diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-16 19:25:55 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-16 19:25:55 +0000 |
commit | ccbf33dc5487efec77a587b123d39475a7e0bc89 (patch) | |
tree | 3498c047f1da7f479cdf20b07ebe1cc3a782f596 /plugins/PackUpdater/Res | |
parent | 7e8c71145de1f453259b7c342ecd5e6daf68b0d8 (diff) |
PackUpdater: resource cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@15742 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PackUpdater/Res')
-rw-r--r-- | plugins/PackUpdater/Res/Resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/PackUpdater/Res/Resource.rc b/plugins/PackUpdater/Res/Resource.rc index 375cda51c3..2956f92717 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 Options -> 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,29,11,219,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
|