summaryrefslogtreecommitdiff
path: root/plugins/ProfileManager/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-12-04 05:06:29 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-12-04 05:06:29 +0000
commit1e286906b0d8ea5d633721dff7093a6f6a154f11 (patch)
tree58383405632ce3e883bd7583ea7a200493029754 /plugins/ProfileManager/src
parentf0325f3e36afacdfe3f1e0676a478ddade0f49ac (diff)
revert LPGENT. it is more correct
git-svn-id: http://svn.miranda-ng.org/main/trunk@2632 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ProfileManager/src')
-rw-r--r--plugins/ProfileManager/src/pmanagerEx.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/ProfileManager/src/pmanagerEx.cpp b/plugins/ProfileManager/src/pmanagerEx.cpp
index 412cb0a8e0..6383a3d03a 100644
--- a/plugins/ProfileManager/src/pmanagerEx.cpp
+++ b/plugins/ProfileManager/src/pmanagerEx.cpp
@@ -109,8 +109,8 @@ extern "C" __declspec(dllexport) int Load(void)
mi.position = -500200000;
mi.flags = CMIF_TCHAR;
mi.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_LoadPM));
- mi.ptszPopupName = _T("Database");
- mi.ptszName = _T("Load profile");
+ mi.ptszPopupName = LPGENT("Database");
+ mi.ptszName = LPGENT("Load profile");
mi.pszService = "Database/LoadPM";
Menu_AddMainMenuItem(&mi);
@@ -120,8 +120,8 @@ extern "C" __declspec(dllexport) int Load(void)
mi.position = -500200000;
mi.flags = CMIF_TCHAR;
mi.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_ChangePM));
- mi.ptszPopupName = _T("Database");
- mi.ptszName = _T("Change profile");
+ mi.ptszPopupName = LPGENT("Database");
+ mi.ptszName = LPGENT("Change profile");
mi.pszService = "Database/ChangePM";
Menu_AddMainMenuItem(&mi);
@@ -131,8 +131,8 @@ extern "C" __declspec(dllexport) int Load(void)
mi.position = -500200000;
mi.flags = CMIF_TCHAR;
mi.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_Dbchecker));
- mi.ptszPopupName = _T("Database");
- mi.ptszName = _T("Check database");
+ mi.ptszPopupName = LPGENT("Database");
+ mi.ptszName = LPGENT("Check database");
mi.pszService = "Database/CheckDb";
Menu_AddMainMenuItem(&mi);
@@ -143,7 +143,7 @@ extern "C" __declspec(dllexport) int Load(void)
mi.flags = CMIF_TCHAR;
mi.hIcon = LoadIcon(hInst, MAKEINTRESOURCE(IDI_Restart));
mi.ptszPopupName = NULL;
- mi.ptszName = _T("Restart");
+ mi.ptszName = LPGENT("Restart");
mi.pszService = "System/RestartMe";
Menu_AddMainMenuItem(&mi);
Menu_AddTrayMenuItem(&mi);