]> Creatis software - bbtkGEditor.git/commitdiff
RaC. <void> name in a new tab seems a programming error
authorcorredor <>
Tue, 16 Oct 2012 08:07:12 +0000 (08:07 +0000)
committercorredor <>
Tue, 16 Oct 2012 08:07:12 +0000 (08:07 +0000)
lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h

index 64cef9c8abd562e174c77d39c14da2eab1f2b2a4..c60e684ac914cf33092b74b737eefd6c01961cc6 100644 (file)
@@ -73,7 +73,7 @@ namespace bbtk
                wxTabPanelsManager(wxGUIEditorGraphicBBS *parent);
                ~wxTabPanelsManager();
 
-               void addNewTab(wxString tabName=_T("<void>"));
+               void addNewTab(wxString tabName=_T("new_tab"));
                wxAuiNotebook* getAuiNotebook();
                wxGEditorTabPanel* getActualTabPanel();