]> git.saurik.com Git - wxWidgets.git/commitdiff
No real changes, just spelling fixes. Closes #14998.
authorStefan Neis <Stefan.Neis@t-online.de>
Sun, 27 Jan 2013 14:42:52 +0000 (14:42 +0000)
committerStefan Neis <Stefan.Neis@t-online.de>
Sun, 27 Jan 2013 14:42:52 +0000 (14:42 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/aui/auibar.cpp
src/aui/floatpane.cpp

index 77fbd74301827807d703a9a9c029841dd09036aa..a7451849a3e5e2ae17368c9a65be0eb003484919 100644 (file)
@@ -326,7 +326,7 @@ void wxAuiDefaultToolBarArt::DrawButton(
         }
         else if (item.GetState() & wxAUI_BUTTON_STATE_CHECKED)
         {
-            // it's important to put this code in an else statment after the
+            // it's important to put this code in an else statement after the
             // hover, otherwise hovers won't draw properly for checked items
             dc.SetPen(wxPen(m_highlightColour));
             dc.SetBrush(wxBrush(m_highlightColour.ChangeLightness(170)));
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()