]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/datetime.h
removed wxUSE_MENU_CALLBACK references: the code inside the #if couldn't compile...
[wxWidgets.git] / include / wx / datetime.h
index dec975265ed7aa03409dcd89740d02c3b0d7d172..16bf40e690c2bc873f857383c39c18ea0ffe486f 100644 (file)
@@ -1150,7 +1150,7 @@ public:
         return wxTimeSpan(*this).Multiply(n);
     }
 
-        // return this timespan with inversed sign
+        // return this timespan with opposite sign
     wxTimeSpan Negate() const { return wxTimeSpan(-GetValue()); }
         // negate the value of the timespan
     wxTimeSpan& Neg() { m_diff = -GetValue(); return *this; }