]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/toplevel.cpp
changed background color reference from light gray to assigned bkgd color
[wxWidgets.git] / src / mac / classic / toplevel.cpp
index 0c051f7acc907b791477fdf91e811f05c7927c61..835bf7810751acb52930bbe7d30fe76b0fafb1a1 100644 (file)
@@ -1083,7 +1083,7 @@ void wxTopLevelWindowMac::SetTitle(const wxString& title)
     UMASetWTitle( (WindowRef)m_macWindow , title , m_font.GetEncoding() ) ;
 }
 
-virtual wxString wxTopLevelWindowMac::GetTitle() const
+wxString wxTopLevelWindowMac::GetTitle() const
 {
     return wxWindow::GetLabel();
 }