]> git.saurik.com Git - wxWidgets.git/commit
Use proper format in wxGTK clipboard selection handler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:04 +0000 (11:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 20 Jul 2012 11:55:04 +0000 (11:55 +0000)
commit616c0d1f3ac084bb92f0a75dc48812e8647f1b22
treecc14803d71cc85c2124788164f8e5a8cdbf37949
parent62490e9ea7b3675a8d703433b7f0f480476d5d27
Use proper format in wxGTK clipboard selection handler.

For some incomprehensible reason, GDK_SELECTION_TYPE_STRING was hard coded for
all non-text formats even though it was clearly never the right format to use.
Use the correct value specified by the format instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/clipbrd.cpp