diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 18:33:11 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 18:33:11 +0000 |
commit | 5aa746e3b0585c460c285d0b41cfda313323a5f8 (patch) | |
tree | 30e1cf8f55a915e61773237b4bb113eff0abc221 /plugins/FloatingContacts/src/options.cpp | |
parent | 44130e3c82ba02b17d32e92835edafdb17e25230 (diff) |
- Another portion of _T replacement (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3197 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/src/options.cpp')
-rw-r--r-- | plugins/FloatingContacts/src/options.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/FloatingContacts/src/options.cpp b/plugins/FloatingContacts/src/options.cpp index 55ee7130ab..fd1ebe6e9c 100644 --- a/plugins/FloatingContacts/src/options.cpp +++ b/plugins/FloatingContacts/src/options.cpp @@ -32,11 +32,11 @@ static char* s_rgszFontSizes[] = {"8","10","14","16","18","20","24","28"}; static const TCHAR* s_rgszFontIdDescr[FLT_FONTIDS] =
{
- _T("Standard contacts"),
- _T("Online contacts to whom you have a different visibility"),
- _T("Offline contacts"),
- _T("Offline contacts to whom you have a different visibility"),
- _T("Contacts which are 'not on list'"),
+ LPGENT("Standard contacts"),
+ LPGENT("Online contacts to whom you have a different visibility"),
+ LPGENT("Offline contacts"),
+ LPGENT("Offline contacts to whom you have a different visibility"),
+ LPGENT("Contacts which are 'not on list'"),
};
static WORD s_rgwFontSameAsDefault[FLT_FONTIDS] =
|