]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/splitter.cpp
Make the source files non-executable again.
[wxWidgets.git] / src / generic / splitter.cpp
index 3cffee36f053f86bc4cfd93069c2131448873638..b0c6dead721a5ac427aff92748e0b72bb25473d2 100644 (file)
@@ -741,7 +741,7 @@ bool wxSplitterWindow::DoSplit(wxSplitMode mode,
         return false;
 
     wxCHECK_MSG( window1 && window2, false,
-                 wxT("can not split with NULL window(s)") );
+                 wxT("cannot split with NULL window(s)") );
 
     wxCHECK_MSG( window1->GetParent() == this && window2->GetParent() == this, false,
                   wxT("windows in the splitter should have it as parent!") );