/////////////////////////////////////////////////////////////////////////////
-// Name: helpwin.h
+// Name: wx/palmos/helpwin.h
// Purpose: Help system: WinHelp implementation
-// Author: William Osborne
+// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Created: 10/13/04
-// RCS-ID: $Id:
+// RCS-ID: $Id$
// Copyright: (c) William Osborne
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
protected:
// Append extension if necessary.
wxString GetValidFilename(const wxString& file) const;
-
+
private:
wxString m_helpFile;
};