]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo
authorRobert Roebling <robert@roebling.de>
Tue, 20 Jan 2009 13:54:26 +0000 (13:54 +0000)
committerRobert Roebling <robert@roebling.de>
Tue, 20 Jan 2009 13:54:26 +0000 (13:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dataview/dataview.cpp

index 876424ee6059c05c9f914a6d791e818af60e0ddf..726bfb0745f88db864122f988865c69c2d6f4e17 100644 (file)
@@ -1193,7 +1193,7 @@ void MyFrame::OnDrop( wxDataViewEvent &event )
 {
     wxDataViewItem item( event.GetItem() );
         
-    // only allow drags for item, not containers
+    // only allow drops for item, not containers
     if (m_music_model->IsContainer( item ) )
     {
         event.Veto();