]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/deprecated/wxexpr.h
Doesn't conform to license conditions, so removing
[wxWidgets.git] / contrib / include / wx / deprecated / wxexpr.h
index e9837f04cf84a9cdf43ea392f1ca3b92421e7656..12b0167dc785728965a9baabf0759563a66aa2aa 100644 (file)
@@ -48,7 +48,7 @@
 #define WXEXPR_ERROR_GENERAL 1
 #define WXEXPR_ERROR_SYNTAX  2
 
-// Error handler function definition. If app returns TRUE,
+// Error handler function definition. If app returns true,
 // carry on processing.
 typedef bool (*wxExprErrorHandler) (int errorType, char *msg);