diff options
author | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-05-16 18:43:01 +0000 |
---|---|---|
committer | Sergey Tatarinov <tatarinov.sergey@gmail.com> | 2013-05-16 18:43:01 +0000 |
commit | 912b08374d90c539b7c9c7386b55c9cd8336dd8b (patch) | |
tree | 28bcfdec7084dfe6bfd6057705fe13f3155b41e7 /plugins/NewXstatusNotify/res | |
parent | 4653a5d7af56bf2697e2a9a87ddbc3f86a7fb541 (diff) |
Options page and plugin description fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/NewXstatusNotify/res')
-rw-r--r-- | plugins/NewXstatusNotify/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/res/resource.rc b/plugins/NewXstatusNotify/res/resource.rc index 5cf9c7d768..360926e770 100644 --- a/plugins/NewXstatusNotify/res/resource.rc +++ b/plugins/NewXstatusNotify/res/resource.rc @@ -131,7 +131,7 @@ BEGIN CONTROL "Use individual sounds",IDC_USEINDIVSOUNDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,122,279,10
GROUPBOX "Log to file",IDC_STATIC,3,166,292,28
CONTROL "Enable",IDC_LOG,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,10,178,57,10
- CONTROL "Go to Customize -> Sound to select the sounds",IDC_HYPERLINK,
+ CONTROL "Go to Sound to select the sounds",IDC_HYPERLINK,
"Hyperlink",WS_TABSTOP,6,203,288,14
CONTROL "Extra status",IDC_CHK_XSTATUS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,103,50,89,10
EDITTEXT IDC_LOGFILE,72,175,154,14,ES_AUTOHSCROLL | ES_READONLY
|