renamed m_MapFile into m_helpDir because this is what it really is

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-03-27 20:05:07 +00:00
parent 5536310df9
commit 2364556be3
2 changed files with 8 additions and 8 deletions

View File

@@ -144,7 +144,7 @@ public:
protected:
/// Filename of currently active map file.
wxString m_MapFile;
wxString m_helpDir;
/// How many entries do we have in the map file?
int m_NumOfEntries;
/// A list containing all id,url,documentation triples.