X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..ab67e8874db324fab5223cc8d5dff8a8de3e2b77:/include/wx/osx/minifram.h diff --git a/include/wx/osx/minifram.h b/include/wx/osx/minifram.h index ba00ddd1a4..2baaa5a859 100644 --- a/include/wx/osx/minifram.h +++ b/include/wx/osx/minifram.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: minifram.h +// Name: wx/osx/minifram.h // Purpose: wxMiniFrame class. A small frame for e.g. floating toolbars. // If there is no equivalent on your platform, just make it a // normal frame. @@ -27,7 +27,7 @@ public: const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, - long style = wxCAPTION | wxRESIZE_BORDER | wxTINY_CAPTION_HORIZ, + long style = wxCAPTION | wxRESIZE_BORDER | wxTINY_CAPTION, const wxString& name = wxFrameNameStr) { // Use wxFrame constructor in absence of more specific code.