]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/logg.cpp
Added wxPGProperty::OnValidationFailure(); needed it and some other tweaks to allow...
[wxWidgets.git] / src / generic / logg.cpp
index 80aab72d473abe71b372c27b542c38a55524dbdb..ed2a915892e807f122b952d3242283c82246458c 100644 (file)
@@ -1170,7 +1170,7 @@ static int OpenLogFile(wxFile& file, wxString *pFilename, wxWindow *parent)
 
     // open file
     // ---------
-    bool bOk = false;
+    bool bOk;
     if ( wxFile::Exists(filename) ) {
         bool bAppend = false;
         wxString strMsg;