]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/helpwnd.cpp
Derive wxWebViewEvent from wxNotifyEvent.
[wxWidgets.git] / src / html / helpwnd.cpp
index ef7e57bc32eab8debbab98930b2f639a9cfb73a0..d10ee5b627b0bf758422d1a332423017f3af39b8 100644 (file)
@@ -361,7 +361,7 @@ bool wxHtmlHelpWindow::Create(wxWindow* parent, wxWindowID id,
     if (htmlWindowBorder == wxBORDER_SUNKEN)
         htmlWindowBorder = wxBORDER_SIMPLE;
 #else
-    wxBorder htmlWindowBorder = wxBORDER_SIMPLE;
+    wxBorder htmlWindowBorder = wxBORDER_SUNKEN;
 #endif
 
     if (helpStyle & (wxHF_CONTENTS | wxHF_INDEX | wxHF_SEARCH))