diff options
Diffstat (limited to 'plugins/CSList/src/stdafx.h')
-rw-r--r-- | plugins/CSList/src/stdafx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CSList/src/stdafx.h b/plugins/CSList/src/stdafx.h index b06d7dcd74..ddea917d2f 100644 --- a/plugins/CSList/src/stdafx.h +++ b/plugins/CSList/src/stdafx.h @@ -110,8 +110,8 @@ struct StatusItem // list item structure StatusItem()
{
m_iIcon = 0;
- mir_tstrcpy(m_tszTitle, _T(""));
- mir_tstrcpy(m_tszMessage, _T(""));
+ mir_tstrcpy(m_tszTitle, L"");
+ mir_tstrcpy(m_tszMessage, L"");
m_bFavourite = FALSE;
}
|