diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-02-16 12:49:44 +0000 |
commit | d1534023fd7070dc07e5bfc93521049687803271 (patch) | |
tree | 86b15d964108d25731b9069af48cd60632d14ead /plugins/RecentContacts/src/RecentContacts.h | |
parent | 17f17b727b3a1fb59faa69fead5df25a0d3b7468 (diff) |
- translation fixes (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/RecentContacts/src/RecentContacts.h')
-rw-r--r-- | plugins/RecentContacts/src/RecentContacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
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";
|