summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2016-07-10 19:15:13 +0000
committerDart Raiden <wowemuh@gmail.com>2016-07-10 19:15:13 +0000
commit11c23668f31609d3119366302f4327f805a2d630 (patch)
treefd03e861df97f6bf11e4b61a19c4207cb8aa0c9e /plugins/MirandaG15
parenta71e2a708ed880f9b0ca746f96364a70d2728753 (diff)
MirandaG15: dont'n need translate this
git-svn-id: http://svn.miranda-ng.org/main/trunk@17088 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r--plugins/MirandaG15/src/CConfig.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirandaG15/src/CConfig.cpp b/plugins/MirandaG15/src/CConfig.cpp
index 337cad2886..9782bef519 100644
--- a/plugins/MirandaG15/src/CConfig.cpp
+++ b/plugins/MirandaG15/src/CConfig.cpp
@@ -250,13 +250,13 @@ int CConfig::InitOptionsDialog(WPARAM wParam, LPARAM)
OPTIONSDIALOGPAGE odp = { 0 };
odp.position = 847000000;
odp.hInstance = hInstance;
- odp.pszGroup = LPGEN("MirandaG15");
+ odp.pszGroup = "MirandaG15";
odp.flags = ODPF_BOLDGROUPS;
// ---------------------
odp.pszTemplate = MAKEINTRESOURCEA(IDD_FONTS);
odp.pszTitle = LPGEN("Appearance");
- odp.pszGroup = LPGEN("MirandaG15");
+ odp.pszGroup = "MirandaG15";
odp.pfnDlgProc = CConfig::AppearanceDlgProc;
Options_AddPage(wParam, &odp);