diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-29 17:32:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-29 17:32:02 +0300 |
commit | 55e72960be3926e041ac0baf00559ba46f59bba0 (patch) | |
tree | b773ec79838ef3dd89b01462397ef245de116468 /protocols/Tox/src/tox_icons.cpp | |
parent | c5f129e3645b4cd736935e3ae8a29e1c4a195380 (diff) |
unneeded macros removed
Diffstat (limited to 'protocols/Tox/src/tox_icons.cpp')
-rw-r--r-- | protocols/Tox/src/tox_icons.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_icons.cpp b/protocols/Tox/src/tox_icons.cpp index 083bf078c2..0faaf9a295 100644 --- a/protocols/Tox/src/tox_icons.cpp +++ b/protocols/Tox/src/tox_icons.cpp @@ -11,7 +11,7 @@ IconItemT CToxProto::Icons[] = void CToxProto::InitIcons()
{
- Icon_RegisterT(g_hInstance, LPGENW("Protocols") L"/" MODULEW, Icons, _countof(Icons), MODULE);
+ Icon_RegisterT(g_hInstance, LPGENW("Protocols") L"/" _A2W(MODULE), Icons, _countof(Icons), MODULE);
}
HANDLE CToxProto::GetIconHandle(int iconId)
|