From c9c40268ec6beccd226b23286532935d0226f488 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 29 Mar 2013 13:41:26 +0000 Subject: removed some unneeded translations git-svn-id: http://svn.miranda-ng.org/main/trunk@4235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SecureIM/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SecureIM/src') 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); -- cgit v1.2.3