]> git.saurik.com Git - wxWidgets.git/commitdiff
made the #error message less self-contradictory
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Jan 2003 23:13:13 +0000 (23:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Jan 2003 23:13:13 +0000 (23:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/execcmn.cpp

index 6b7eca6b373e5e14387e85f29dcab6c97d896038..d0566651e533d96e051784b760521dfa4ca96f37 100644 (file)
@@ -16,7 +16,7 @@
 
 // this file should never be compiled directly, just included by other code
 #ifndef _WX_USED_BY_WXEXECUTE_
-    #error "Please don't exclude this file from build!"
+    #error "You should never directly build this file!"
 #endif
 
 // ----------------------------------------------------------------------------