Applied patch [ 825396 ] dbbrowse demo compatible with Unicode
Wlodzimierz Skiba git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -506,7 +506,7 @@ wxFont wxTabbedWindow::GetLabelingFont()
|
||||
{
|
||||
wxFont font;
|
||||
#ifdef __WINDOWS__
|
||||
font.SetFaceName("MS Sans Serif");
|
||||
font.SetFaceName(_T("MS Sans Serif"));
|
||||
#else
|
||||
font.SetFamily( wxSWISS );
|
||||
#endif
|
||||
@@ -736,7 +736,7 @@ wxFont wxPagedWindow::GetLabelingFont()
|
||||
wxFont font;
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
font.SetFaceName("Comic Sans MS");
|
||||
font.SetFaceName(_T("Comic Sans MS"));
|
||||
#else
|
||||
font.SetFamily( wxSWISS );
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user