]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/dcclient.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / x11 / dcclient.cpp
index 46a9657a2400855bdca8d77d17ffdefb8b35adec..1b4f0c303bba4680a97f83447fb925da99c4790a 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Julian Smart, Robert Roebling
 // Modified by:
 // Created:     01/02/97
-// RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart, Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -2322,7 +2321,7 @@ void wxWindowDCImpl::ComputeScaleAndOrigin()
 
     wxDCImpl::ComputeScaleAndOrigin();
 
-    /* CMB: if scale has changed call SetPen to recalulate the line width */
+    /* CMB: if scale has changed call SetPen to recalculate the line width */
     if ((m_scaleX != origScaleX || m_scaleY != origScaleY) &&
         (m_pen.IsOk()))
     {