Nuke GTK1 from src/gtk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37056 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -274,7 +274,6 @@ selection_handler( GtkWidget *WXUNUSED(widget),
|
||||
// Text data will be in UTF8 in Unicode mode.
|
||||
data->GetDataHere( selection_data->target, d );
|
||||
|
||||
#ifdef __WXGTK20__
|
||||
// NB: GTK+ requires special treatment of UTF8_STRING data, the text
|
||||
// would show as UTF-8 data interpreted as latin1 (?) in other
|
||||
// GTK+ apps if we used gtk_selection_data_set()
|
||||
@@ -286,7 +285,6 @@ selection_handler( GtkWidget *WXUNUSED(widget),
|
||||
size-1 );
|
||||
}
|
||||
else
|
||||
#endif
|
||||
{
|
||||
gtk_selection_data_set(
|
||||
selection_data,
|
||||
|
Reference in New Issue
Block a user