]> git.saurik.com Git - wxWidgets.git/blobdiff - src/aui/floatpane.cpp
Use a single EVT_MENU_RANGE in stc sample instead of tons of EVT_MENU.
[wxWidgets.git] / src / aui / floatpane.cpp
index f33966740a1fc2fbc447e0b88da1868c13bd65a3..abd4e20be2052042e1cb66c65667cff7002c430b 100644 (file)
@@ -287,7 +287,7 @@ void wxAuiFloatingFrame::OnMoveEvent(wxMoveEvent& event)
 
     if ( event.GetEventType() == wxEVT_MOVING )
         OnMoving(event.GetRect(), dir);
-    else 
+    else
         OnMoving(wxRect(event.GetPosition(),GetSize()), dir);
 }
 
@@ -344,7 +344,7 @@ void wxAuiFloatingFrame::OnActivate(wxActivateEvent& event)
 }
 
 // utility function which determines the state of the mouse button
-// (independant of having a wxMouseEvent handy) - utimately a better
+// (independent of having a wxMouseEvent handy) - utimately a better
 // mechanism for this should be found (possibly by adding the
 // functionality to wxWidgets itself)
 bool wxAuiFloatingFrame::isMouseDown()