From d1534023fd7070dc07e5bfc93521049687803271 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 16 Feb 2013 12:49:44 +0000 Subject: - translation fixes (patch from person) git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/RecentContacts/src/RecentContacts.cpp | 2 +- plugins/RecentContacts/src/RecentContacts.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/RecentContacts/src') diff --git a/plugins/RecentContacts/src/RecentContacts.cpp b/plugins/RecentContacts/src/RecentContacts.cpp index 65f0e730e2..51f5ab24c0 100644 --- a/plugins/RecentContacts/src/RecentContacts.cpp +++ b/plugins/RecentContacts/src/RecentContacts.cpp @@ -449,7 +449,7 @@ int Create_TopToolbarShowList(WPARAM wParam, LPARAM lParam) ttbb.hIconHandleUp = icon.hIcolib; ttbb.pszService = msLastUC_ShowList; ttbb.dwFlags = TTBBF_VISIBLE | TTBBF_SHOWTOOLTIP; - ttbb.name = ttbb.pszTooltipUp = LPGEN(msLastUC_ShowListName); + ttbb.name = ttbb.pszTooltipUp = msLastUC_ShowListName; hTopToolbarButtonShowList = TopToolbar_AddButton(&ttbb); return 0; } diff --git a/plugins/RecentContacts/src/RecentContacts.h b/plugins/RecentContacts/src/RecentContacts.h index 691eb6817e..6eb98986a7 100644 --- a/plugins/RecentContacts/src/RecentContacts.h +++ b/plugins/RecentContacts/src/RecentContacts.h @@ -37,7 +37,7 @@ using namespace std; void wSetData(char **Data, const char *Value); void wfree(char **Data); -static char msLastUC_ShowListName[] = "Recent Contacts"; +static char msLastUC_ShowListName[] = LPGEN("Recent Contacts"); static char dbLastUC_ModuleName[] = "RecentContacts"; static char dbLastUC_LastUsedTimeLo[] = "LastUsedTimeLo"; -- cgit v1.2.3