]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
fix DrawLine() and DrawPolygon() which were totally broken for GTK1 since rev 36998
[wxWidgets.git] / src / generic / logg.cpp
index abc1c6ae6f86d062323bf60e470adea81acd03b6..4582c3b07e994750419cb394babc390a98071ec4 100644 (file)
@@ -281,9 +281,7 @@ void wxLogGui::Flush()
         repeatCount = wxLog::DoLogNumberOfRepeats();
     }
 
-    wxString appName = wxTheApp->GetAppName();
-    if ( !appName.empty() )
-        appName[0u] = (wxChar)wxToupper(appName[0u]);
+    wxString appName = wxTheApp->GetAppDisplayName();
 
     long style;
     wxString titleFormat;