]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/toplevel.cpp
Add platform specific .po and .mo files into the distribution script
[wxWidgets.git] / src / mac / classic / toplevel.cpp
index 013c9fbdb2f51cea16244352a49a7b54fea90e39..67dde7e643ff70e82a40286220baccb50d36434c 100644 (file)
@@ -950,7 +950,7 @@ void wxTopLevelWindowMac::MacFireMouseEvent(
             if ( abs( localwhere.h - gs_lastWhere.h ) < 3 && abs( localwhere.v - gs_lastWhere.v ) < 3 )
             {
                 // This is not right if the second mouse down
-                // event occured in a differen window. We
+                // event occurred in a different window. We
                 // correct this in MacDispatchMouseEvent.
                 if ( controlDown )
                     event.SetEventType(wxEVT_RIGHT_DCLICK ) ;