]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/sizer.h
fix wxBitmapComboBox Gtk-CRITICAL assertion `GTK_IS_ENTRY (entry)' failed
[wxWidgets.git] / include / wx / sizer.h
index 41da10945d0adad0577c6ae1d0dd3d62602f6018..7e01ff8ad9b80a238aae2d04bc56fe5f326cd65c 100644 (file)
@@ -126,8 +126,8 @@ public:
     wxSizerFlags& Border(int direction, int borderInPixels)
     {
         wxCHECK_MSG( !(direction & ~wxALL), *this,
-                     wxS("direction must be a combination of wxDirection enum "
-                         "values.") );
+                     wxS("direction must be a combination of wxDirection ")
+                     wxS("enum values.") );
 
         m_flags &= ~wxALL;
         m_flags |= direction;