]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/utils.cpp
various splitter fixes:
[wxWidgets.git] / src / os2 / utils.cpp
index 6cc381d71839eec8ff800e9e6ed571a4a04ae519..c42628a26dda8b9dbced50d25aa1303578625a57 100644 (file)
@@ -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;
     }