]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/textctrl.cpp
More progress on wxMotif, incl. wxTreeCtrl/wxListCtrl beginning to work
[wxWidgets.git] / src / motif / textctrl.cpp
index b28bdf9ef51fa28190c64ecb75098d4434ba6ab1..3c7dc810eae79194ff6117be164391598a6bd5f3 100644 (file)
@@ -488,7 +488,7 @@ int wxTextCtrl::overflow(int c)
   // Verify that there are no characters in get area
   if ( gptr() && gptr() < egptr() )
   {
-     wxError("Who's trespassing my get area?","Internal error");
+     wxError("wxTextCtrl::overflow: Who's trespassing my get area?","Internal error");
      return EOF;
   }