X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/711f12ef2ea0c37d65b3170f78f4705ee85d0c40..345ff9c65b3ef17709785708b224dfcbf5135583:/src/gtk/dnd.cpp diff --git a/src/gtk/dnd.cpp b/src/gtk/dnd.cpp index c20ffea62d..db30dd5c47 100644 --- a/src/gtk/dnd.cpp +++ b/src/gtk/dnd.cpp @@ -237,7 +237,7 @@ static gboolean target_drag_motion( GtkWidget *WXUNUSED(widget), else if (drop_target->GetDefaultAction() == wxDragMove && (context->actions & GDK_ACTION_MOVE)) { - + result = wxDragMove; } else @@ -351,7 +351,7 @@ static gboolean target_drag_drop( GtkWidget *widget, GdkAtom format = drop_target->GtkGetMatchingPair(); // this does happen somehow, see bug 555111 - wxCHECK_MSG( format, FALSE, _T("no matching GdkAtom for format?") ); + wxCHECK_MSG( format, FALSE, wxT("no matching GdkAtom for format?") ); /* GdkDragAction action = GDK_ACTION_MOVE;