From b8eb753ffe21a5dfe2fe6913b87c2f56afd7d0eb Mon Sep 17 00:00:00 2001 From: "eduardo.davila@creatis.insa-lyon.fr" Date: Tue, 4 Jun 2024 19:02:07 +0200 Subject: [PATCH] Clean code --- packages/wx/src/bbwxButtonSelectFilesDirectory.cxx | 2 -- packages/wx/src/bbwxButtonSelectFilesDirectory.h | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx b/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx index 87e3acf..4cf64cc 100644 --- a/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx +++ b/packages/wx/src/bbwxButtonSelectFilesDirectory.cxx @@ -202,8 +202,6 @@ void ButtonSelectFilesDirectory::UpdateLabel() wxwidget->SetLabel( bbtk::std2wx( bbGetInputLabel() ) ); } - - }// EO namespace bbwx diff --git a/packages/wx/src/bbwxButtonSelectFilesDirectory.h b/packages/wx/src/bbwxButtonSelectFilesDirectory.h index 28f55ca..9f44c5b 100644 --- a/packages/wx/src/bbwxButtonSelectFilesDirectory.h +++ b/packages/wx/src/bbwxButtonSelectFilesDirectory.h @@ -50,7 +50,7 @@ class bbwx_EXPORT ButtonSelectFilesDirectory BBTK_BEGIN_DESCRIBE_BLACK_BOX(ButtonSelectFilesDirectory,bbtk::WxBlackBox); BBTK_NAME("ButtonSelectFilesDirectory"); BBTK_AUTHOR("InfoDev"); - BBTK_DESCRIPTION("No Description."); + BBTK_DESCRIPTION("(C++,Python) No Description."); BBTK_CATEGORY("__CategoryBlackBox__"); BBTK_INPUT(ButtonSelectFilesDirectory,Type,"(default 0) 0:Files 1:Directory",int,""); BBTK_INPUT(ButtonSelectFilesDirectory,Label,"Label",std::string,""); -- 2.49.0