Child positioning fixes and font adjustments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13793 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1241,7 +1241,7 @@ void wxOS2SetFont(
|
||||
break;
|
||||
|
||||
case wxMODERN:
|
||||
strcpy(zFacename, "System Vio");
|
||||
strcpy(zFacename, "System VIO");
|
||||
break;
|
||||
|
||||
case wxSWISS:
|
||||
@@ -1250,7 +1250,7 @@ void wxOS2SetFont(
|
||||
|
||||
case wxDEFAULT:
|
||||
default:
|
||||
strcpy(zFacename, "System Vio");
|
||||
strcpy(zFacename, "System VIO");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user