X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba1d7a6cec8d9569ce2e380d4a39ddcd4450c9b5..6a3f8b4f1f1c802df93ce7bc05588536cb7a4dad:/interface/wx/minifram.h diff --git a/interface/wx/minifram.h b/interface/wx/minifram.h index 0d2d310d0d..f9e621d723 100644 --- a/interface/wx/minifram.h +++ b/interface/wx/minifram.h @@ -92,7 +92,7 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION | wxRESIZE_BORDER, - const wxString& name = "frame"); + const wxString& name = wxFrameNameStr); /** Destructor. Destroys all child windows and menu bar if present. @@ -103,11 +103,10 @@ public: Used in two-step frame construction. See wxMiniFrame() for further details. */ - bool Create(wxWindow* parent, wxWindowID id, - const wxString& title, + bool Create(wxWindow* parent, wxWindowID id, const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxCAPTION | wxRESIZE_BORDER, - const wxString& name = "frame"); + const wxString& name = wxFrameNameStr); };