]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/colordlg.cpp
Added check to allow multiple selection by dragging only if property under mouse...
[wxWidgets.git] / src / gtk / colordlg.cpp
index 8eaca8bc7878320311e3de9064ce478d4b9846e0..7ffd6045f2fd8ef909669afe969d3b697078b9b6 100644 (file)
@@ -77,7 +77,7 @@ int wxColourDialog::ShowModal()
     switch (result)
     {
         default:
-            wxFAIL_MSG(_T("unexpected GtkColorSelectionDialog return code"));
+            wxFAIL_MSG(wxT("unexpected GtkColorSelectionDialog return code"));
             // fall through
 
         case GTK_RESPONSE_CANCEL: