]> git.saurik.com Git - wxWidgets.git/commitdiff
build options signature is too long, use more lines
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 10:31:54 +0000 (10:31 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 17 Aug 2003 10:31:54 +0000 (10:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22952 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/appbase.cpp

index 9b7e921da874a3499ae7fcc6711a71f48e67e467..01906686456fae12f5c4de9ccf067cf6c40a9191 100644 (file)
@@ -372,7 +372,7 @@ bool wxAppConsole::CheckBuildOptions(const char *optionsSignature,
         wxString progName = wxString::FromAscii(componentName);
         wxString msg;
         
-        msg.Printf(_T("Mismatch between the program and library build versions detected.\nThe library used %s, and %s used %s."),
+        msg.Printf(_T("Mismatch between the program and library build versions detected.\nThe library used %s,\nand %s used %s."),
                    lib.c_str(), progName.c_str(), prog.c_str());
         
         wxLogFatalError(msg);