diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 16:15:48 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-20 16:15:48 +0000 |
commit | 4e58aa129c384884d3b9863ac62859e75c1a8b4b (patch) | |
tree | 756252bbcf4dea30bee3518d84fd7b6ad12949ee /plugins/MenuItemEx/src | |
parent | 80bd2d399778a3f6fc39de826264aba41a24b994 (diff) |
- Another portion of _T replacement (patch from person)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3191 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MenuItemEx/src')
-rw-r--r-- | plugins/MenuItemEx/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MenuItemEx/src/main.cpp b/plugins/MenuItemEx/src/main.cpp index 2b6b8a10ab..99b0d49b04 100644 --- a/plugins/MenuItemEx/src/main.cpp +++ b/plugins/MenuItemEx/src/main.cpp @@ -1049,7 +1049,7 @@ static int TabsrmmButtonsInit(WPARAM wParam, LPARAM lParam) bbd.pszModuleName = MODULENAME;
bbd.dwButtonID = 0;
bbd.dwDefPos = 1000;
- bbd.ptszTooltip = _T("Browse Received Files");
+ bbd.ptszTooltip = LPGENT("Browse Received Files");
bbd.bbbFlags = BBBF_ISLSIDEBUTTON | BBBF_CANBEHIDDEN;
bbd.hIcon = Skin_GetIconHandle("miex_recfiles");
CallService (MS_BB_ADDBUTTON, 0, (LPARAM)&bbd);
|