summaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-25 01:17:50 +0200
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2013-01-25 01:17:50 +0200
commitd1eec37b0ba6af269da5218edbdd1a74d8c0983b (patch)
tree3a6b078ec7cb1876b3defb6a07368f7213c8af8e /init.cpp
parent2f19853406b588d59a86f2b5974131185c74fd8f (diff)
merged with miranda_ng main repo
implemented #64
Diffstat (limited to 'init.cpp')
-rwxr-xr-xinit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.cpp b/init.cpp
index 391167e..2840ecf 100755
--- a/init.cpp
+++ b/init.cpp
@@ -164,7 +164,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
mi.position=-0x7FFFFFFF;
mi.flags=0;
mi.hIcon=LoadSkinnedIcon(SKINICON_OTHER_MIRANDA);
- mi.pszName="Export GPG Public keys from all users";
+ mi.pszName="Export GPG Public keys";
mi.pszService="/ExportGPGKeys";
hExportGpgKeys = (HANDLE)CallService(MS_CLIST_ADDMAINMENUITEM,0,(LPARAM)&mi);
ZeroMemory(&mi,sizeof(mi));
@@ -172,7 +172,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
mi.position=-0x7FFFFFFF;
mi.flags=0;
mi.hIcon=LoadSkinnedIcon(SKINICON_OTHER_MIRANDA);
- mi.pszName="Import GPG Public keys from all users";
+ mi.pszName="Import GPG Public keys";
mi.pszService="/ImportGPGKeys";
hImportGpgKeys = (HANDLE)CallService(MS_CLIST_ADDMAINMENUITEM,0,(LPARAM)&mi);