From 680570350abeafc19a094848e05ff4f887dd41f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 30 Jul 2013 13:34:28 +0000 Subject: SimpleAR: moved plugin options to Message sessions git-svn-id: http://svn.miranda-ng.org/main/trunk@5532 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- langpacks/english/Langpack_english.txt | 2 +- langpacks/english/Plugins/SimpleAR.txt | 2 +- plugins/SimpleAR/src/Options.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/langpacks/english/Langpack_english.txt b/langpacks/english/Langpack_english.txt index e83cc19a53..a3db5156e0 100644 --- a/langpacks/english/Langpack_english.txt +++ b/langpacks/english/Langpack_english.txt @@ -15001,7 +15001,7 @@ [Dear %user%, the owner left the following message:] ;file \plugins\SimpleAR\src\Options.cpp [Simple Auto Replier] -[Plugins] +[Message Sessions] #muuid {768ce156-34ac-45a3-b53b-0083c47615c4} ;============================================================ ; File: SimpleStatusMsg.dll diff --git a/langpacks/english/Plugins/SimpleAR.txt b/langpacks/english/Plugins/SimpleAR.txt index ff5709f61d..d6a3e69de9 100644 --- a/langpacks/english/Plugins/SimpleAR.txt +++ b/langpacks/english/Plugins/SimpleAR.txt @@ -27,4 +27,4 @@ [Dear %user%, the owner left the following message:] ;file \plugins\SimpleAR\src\Options.cpp [Simple Auto Replier] -[Plugins] +[Message Sessions] diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index adb40e4972..4eca85a0dd 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -156,7 +156,7 @@ INT OptInit(WPARAM wParam,LPARAM lParam) odp.hInstance = hinstance; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTION); odp.pszTitle = LPGEN("Simple Auto Replier"); - odp.pszGroup = LPGEN("Plugins"); + odp.pszGroup = LPGEN("Message Sessions"); odp.flags = ODPF_BOLDGROUPS; odp.pfnDlgProc = DlgProcOpts; Options_AddPage(wParam, &odp); -- cgit v1.2.3