summaryrefslogtreecommitdiff
path: root/Sessions/Src/Options.cpp
diff options
context:
space:
mode:
authormataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-07-17 10:11:50 +0000
committermataes2007 <mataes2007@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-07-17 10:11:50 +0000
commitd96825ee41c0e597d3b1839e30f9cf31c04d00cd (patch)
tree3d300924471b8c58e26b335f415aaea1cc9e7f5e /Sessions/Src/Options.cpp
parent15c6cd4bd5c85f08472b7e986f9d6df914756314 (diff)
Sessions:
fixed translation options page moved to Message Sessions git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@152 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'Sessions/Src/Options.cpp')
-rw-r--r--Sessions/Src/Options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Sessions/Src/Options.cpp b/Sessions/Src/Options.cpp
index f7b1f82..3eb91c5 100644
--- a/Sessions/Src/Options.cpp
+++ b/Sessions/Src/Options.cpp
@@ -564,7 +564,7 @@ int OptionsInit(WPARAM wparam,LPARAM lparam)
odp.pszTemplate=MAKEINTRESOURCEA(IDD_OPTIONS);
odp.ptszTitle=LPGENT(__INTERNAL_NAME);
odp.pfnDlgProc=OptionsProc;
- odp.ptszGroup=LPGENT("Plugins");
+ odp.ptszGroup=LPGENT("Message Sessions");
odp.flags=ODPF_BOLDGROUPS | ODPF_TCHAR;
CallService(MS_OPT_ADDPAGE,wparam,(LPARAM)&odp);