]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/gauge.cpp
why cvs thinks that I modified these files?
[wxWidgets.git] / src / motif / gauge.cpp
index 5804f0b9b4856b06d3b502b66c6989a6d67a66a8..a8fc4cb16d446f1041be6c6f2ec8b2e317417b9d 100644 (file)
@@ -123,7 +123,7 @@ bool wxGauge::Create(wxWindow *parent, wxWindowID id,
     if (height == -1)
         height = 80;
     
-    m_windowFont = parent->GetFont();
+    m_font = parent->GetFont();
     ChangeFont(FALSE);
     
     SetCanAddEventHandler(TRUE);