Improved search for about.htm on mac

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2004-08-07 21:59:45 +00:00
parent e50408bf8f
commit 236d7be301
2 changed files with 11 additions and 6 deletions

View file

@ -23,13 +23,13 @@ public:
static const wxColour& BackgroundColour();
static const wxColour& TextColour();
static const wxBrush& BackgroundBrush();
const wxString& GetDir() const { return m_dir; }
const wxString& GetHelpFile() const { return m_helpFile; }
private:
static wxColour* m_backgroundColour;
static wxColour* m_textColour;
static wxBrush* m_backgroundBrush;
wxString m_dir;
wxString m_helpFile;
};
DECLARE_APP(FortyApp)