]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/forty/forty.cpp
Scrolling improvements
[wxWidgets.git] / demos / forty / forty.cpp
index b981aa9774628a0f995e2b77368c496bcaa90cb4..5e3525e256313e0fe834eafe969efc08b711d7bf 100644 (file)
 // Last modified: 22nd July 1998 - ported to wxWidgets 2.0
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation
-#pragma interface
-#endif
-
 // For compilers that support precompilation, includes "wx/wx.h".
 #include "wx/wxprec.h"
 
@@ -129,7 +124,7 @@ const wxColour& FortyApp::TextColour()
 {
     if (!m_textColour)
     {
-        m_textColour = new wxColour(_T("BLACK"));
+        m_textColour = new wxColour(*wxBLACK);
     }
 
     return *m_textColour;