html help : added '?' icon to root node of contents panel

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
1999-11-06 15:40:35 +00:00
parent 42d306a033
commit 5c172c1788
3 changed files with 37 additions and 8 deletions

View File

@@ -151,7 +151,8 @@ class WXDLLEXPORT wxHtmlHelpFrame : public wxFrame
enum {
IMG_Book = 0,
IMG_Folder,
IMG_Page
IMG_Page,
IMG_RootFolder
};
protected: