]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/printing.cpp
added a period at the end of a sentence (test commit, really)
[wxWidgets.git] / samples / printing / printing.cpp
index 0b4c31acccc4cfaf8ad22f6d24947be3e435df37..c41b5cfe95832538f52d17623c4dfa44b7731e60 100644 (file)
@@ -80,7 +80,7 @@ bool MyApp::OnInit(void)
 
     wxInitAllImageHandlers();
 
-    m_testFont.Create(10, wxSWISS, wxNORMAL, wxNORMAL);
+    m_testFont.Create(10, wxFONTFAMILY_SWISS, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL);
 
     g_printData = new wxPrintData;
     // You could set an initial paper size here