From: corredor <> Date: Tue, 16 Oct 2012 08:07:12 +0000 (+0000) Subject: RaC. name in a new tab seems a programming error X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff_plain;h=9157501536655873bf21a9455fb600aa028a7280 RaC. name in a new tab seems a programming error --- diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h index 64cef9c..c60e684 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h @@ -73,7 +73,7 @@ namespace bbtk wxTabPanelsManager(wxGUIEditorGraphicBBS *parent); ~wxTabPanelsManager(); - void addNewTab(wxString tabName=_T("")); + void addNewTab(wxString tabName=_T("new_tab")); wxAuiNotebook* getAuiNotebook(); wxGEditorTabPanel* getActualTabPanel();