From 9157501536655873bf21a9455fb600aa028a7280 Mon Sep 17 00:00:00 2001 From: corredor <> Date: Tue, 16 Oct 2012 08:07:12 +0000 Subject: [PATCH] RaC. name in a new tab seems a programming error --- lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxTabPanelsManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.0