]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/graphcmn.cpp
Fix assert during separator items creation introduced by r64226.
[wxWidgets.git] / src / common / graphcmn.cpp
index b014460e0bceb77bedfb49fc53f70964a544301a..7ab4da0b5ca535759d92828398e0f17cc397f06f 100644 (file)
@@ -520,7 +520,7 @@ void wxGraphicsGradientStops::Add(const wxGraphicsGradientStop& stop)
     }
     else
     {
-        wxFAIL_MSG( "invalid gradient stop position >= 1" );
+        wxFAIL_MSG( "invalid gradient stop position > 1" );
     }
 }