git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53663
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// text/uri-list for file dnd because compatibility is not important
// here (with whom?)
if (!g_textAtom)
+ {
#if wxUSE_UNICODE
g_textAtom = gdk_atom_intern( "UTF8_STRING", FALSE );
g_altTextAtom = gdk_atom_intern( "STRING", FALSE );
#else
g_textAtom = gdk_atom_intern( "STRING" /* "text/plain" */, FALSE );
#endif
+ }
if (!g_pngAtom)
g_pngAtom = gdk_atom_intern( "image/png", FALSE );
if (!g_fileAtom)