diff options
author | George Hazan <george.hazan@gmail.com> | 2013-03-29 13:41:26 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-03-29 13:41:26 +0000 |
commit | c9c40268ec6beccd226b23286532935d0226f488 (patch) | |
tree | a2b68e0b80b3870eba238d67ce685f7ab3ef5191 /plugins/SecureIM/src | |
parent | 91a8274d913874078111da7ffa8e8550c1900f90 (diff) |
removed some unneeded translations
git-svn-id: http://svn.miranda-ng.org/main/trunk@4235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SecureIM/src')
-rw-r--r-- | plugins/SecureIM/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SecureIM/src/main.cpp b/plugins/SecureIM/src/main.cpp index 8548689e4a..94b8c68473 100644 --- a/plugins/SecureIM/src/main.cpp +++ b/plugins/SecureIM/src/main.cpp @@ -319,7 +319,7 @@ int onModulesLoaded(WPARAM wParam, LPARAM lParam) #endif
HookEvent(ME_CLIST_PREBUILDCONTACTMENU, onRebuildContactMenu);
- g_hCLIcon = ExtraIcon_Register(MODULENAME, Translate("SecureIM status"), "sim_cm_est", onExtraImageListRebuilding, onExtraImageApplying);
+ g_hCLIcon = ExtraIcon_Register(MODULENAME, LPGEN("SecureIM status"), "sim_cm_est", onExtraImageListRebuilding, onExtraImageApplying);
// hook init options
HookEvent(ME_OPT_INITIALISE, onRegisterOptions);
|