]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialogs/dialogs.cpp
Don't try to translate empty strings (just a cosmetical issue - it should
[wxWidgets.git] / samples / dialogs / dialogs.cpp
index 5f40eb07f98642206ace378f0b7222bd7ba99138..1550e8cf6a8f8b43f05797d5c9aa0b708f779a41 100644 (file)
@@ -233,8 +233,6 @@ void MyFrame::LogDialog(wxCommandEvent& event)
     wxLogMessage("This is some message - everything is ok so far.");
     wxLogMessage("Another message...\n... this one is on multiple lines");
     wxLogWarning("And then something went wrong!");
-    // if we have this wxYield() here, everything breaks under GTK
-    wxYield();
     wxLogError("Intermediary error handler decided to abort.");
     wxLogError("The top level caller detected an unrecoverable error.");