From 370b9944a0b8cba9e178c34fbe07998cb34f3251 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Mon, 25 Mar 2013 14:12:36 +0000 Subject: - translation fixes (patch from Basil) git-svn-id: http://svn.miranda-ng.org/main/trunk@4187 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Rate/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Rate') diff --git a/plugins/Rate/src/main.cpp b/plugins/Rate/src/main.cpp index 364a10214f..ea9fc78763 100644 --- a/plugins/Rate/src/main.cpp +++ b/plugins/Rate/src/main.cpp @@ -103,7 +103,7 @@ int onModulesLoaded(WPARAM wParam,LPARAM lParam) Icon_Register(g_hInst, LPGEN("Contact Rate"), iconList, SIZEOF(iconList)); // Extra icon support - hExtraIcon = ExtraIcon_Register("contact_rate", "Contact rate", "rate_high"); + hExtraIcon = ExtraIcon_Register("contact_rate", LPGEN("Contact rate"), "rate_high"); // Set initial value for all contacts HANDLE hContact = db_find_first(); -- cgit v1.2.3