]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/filedlg.cpp
renamed GlobalHandle class to GlobalPtr to avoid conflict with the Win32 function
[wxWidgets.git] / src / motif / filedlg.cpp
index 988efef17689b13fb0cf2ea8b55afa47104fdef7..c4ea2a4f4edcb7530b132cae6230eac8ca76308e 100644 (file)
@@ -151,9 +151,11 @@ void wxFileSelOk(Widget WXUNUSED(fs), XtPointer WXUNUSED(client_data), XmFileSel
 
 static wxString ParseWildCard( const wxString& wild )
 {
+#ifdef __WXDEBUG__
     static const wxChar* msg =
         _T("Motif file dialog does not understand this ")
         _T("wildcard syntax");
+#endif
 
     wxStringTokenizer tok( wild, _T("|") );