summaryrefslogtreecommitdiff
path: root/plugins/RecentContacts/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/RecentContacts/src')
-rw-r--r--plugins/RecentContacts/src/RecentContacts.cpp2
-rw-r--r--plugins/RecentContacts/src/RecentContacts.h2
2 files changed, 2 insertions, 2 deletions
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";