]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/clipbrd.cpp
wxSize/wxPoint/wxRect versions of functions added to wxMSW, wxMotif;
[wxWidgets.git] / src / gtk / clipbrd.cpp
index 2b77826901c98d2409e730fd0ccf332f11c4c758..10b56ff272ebbd410a14fb61f62d2b9bc97949f3 100644 (file)
@@ -155,7 +155,6 @@ void wxClipboard::SetData( wxDataObject *data )
                                 selection_handler,
                                 NULL );
       break;
-*/
     case wxDF_TEXT:
       gtk_selection_add_handler( m_clipboardWidget, 
                                  g_clipboardAtom, 
@@ -163,6 +162,7 @@ void wxClipboard::SetData( wxDataObject *data )
                                 selection_handler,
                                 NULL );
       break;
+*/
     default:
       break;
   }