diff options
Diffstat (limited to 'plugins/NewXstatusNotify')
-rw-r--r-- | plugins/NewXstatusNotify/res/resource.rc | 2 | ||||
-rw-r--r-- | plugins/NewXstatusNotify/src/options.cpp | 2 | ||||
-rw-r--r-- | plugins/NewXstatusNotify/src/version.h | 2 |
3 files changed, 3 insertions, 3 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
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp index 89eda8711d..c522654ebd 100644 --- a/plugins/NewXstatusNotify/src/options.cpp +++ b/plugins/NewXstatusNotify/src/options.cpp @@ -237,7 +237,7 @@ INT_PTR CALLBACK DlgProcGeneralOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA {
OPENOPTIONSDIALOG ood = {0};
ood.cbSize = sizeof(ood);
- ood.pszGroup = "Customize";
+ //ood.pszGroup = "Customize";
ood.pszPage = "Sounds";
Options_Open(&ood);
return FALSE;
diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index ffce1df914..5b2664572f 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -5,7 +5,7 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM
-#define __PLUGIN_NAME "xStatus Notify"
+#define __PLUGIN_NAME "NewXstatusNotify"
#define __FILENAME "NewXstatusNotify.dll"
#define __DESCRIPTION "Notifies you when a contact changes his/her (X)status or status message."
#define __AUTHOR "Luca Santarelli, Vasilich, yaho"
|