From: Julian Smart Date: Wed, 11 May 2011 16:44:19 +0000 (+0000) Subject: Use more appropriate border style X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3395d7b48ea32accf48021ee9e9af25dd0cd1c6a Use more appropriate border style git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpwnd.cpp b/src/html/helpwnd.cpp index ef7e57bc32..d10ee5b627 100644 --- a/src/html/helpwnd.cpp +++ b/src/html/helpwnd.cpp @@ -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))