X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64b090c72a104a5a9d010b323ba8fe770036c708..fd928524917cb25b0bf016c6f24dfb85de527a3e:/include/wx/generic/notebook.h?ds=inline diff --git a/include/wx/generic/notebook.h b/include/wx/generic/notebook.h index 467a27e58b..f55b0db48f 100644 --- a/include/wx/generic/notebook.h +++ b/include/wx/generic/notebook.h @@ -47,14 +47,14 @@ public: const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "notebook"); + const wxString& name = wxT("notebook")); // Create() function bool Create(wxWindow *parent, wxWindowID id, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = 0, - const wxString& name = "notebook"); + const wxString& name = wxT("notebook")); // dtor ~wxNotebook();