Unicode compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -170,7 +170,7 @@ wxString wxNativeFontInfo::ToString() const
|
|||||||
{
|
{
|
||||||
wxString s;
|
wxString s;
|
||||||
|
|
||||||
s.Printf("%d;%s",
|
s.Printf(_T("%d;%s"),
|
||||||
0, // version
|
0, // version
|
||||||
xFontName.c_str());
|
xFontName.c_str());
|
||||||
|
|
||||||
|
@@ -170,7 +170,7 @@ wxString wxNativeFontInfo::ToString() const
|
|||||||
{
|
{
|
||||||
wxString s;
|
wxString s;
|
||||||
|
|
||||||
s.Printf("%d;%s",
|
s.Printf(_T("%d;%s"),
|
||||||
0, // version
|
0, // version
|
||||||
xFontName.c_str());
|
xFontName.c_str());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user