]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dcmemory.cpp
Don't call StartingKey if the key was F2
[wxWidgets.git] / src / motif / dcmemory.cpp
index 8bf23e219b47f7bd9233141d7df0dd19967978d1..98cd0efd3e5c15c20f3f29e991574ee3231ce105 100644 (file)
@@ -134,7 +134,7 @@ void wxMemoryDC::SelectObject( const wxBitmap& bitmap )
     }
     else
     {
-        m_ok = FALSE;
+        m_ok = false;
         m_pixmap = (WXPixmap) 0;
     };
 };