X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=packages%2Fwx%2Fsrc%2FbbwxFileSelector.h;h=b62506bcf5d588fb7a8d9972dbb6bbc0897eec5e;hb=bb3587e5a900f3ae2a3c184f3532fc0bc3218048;hp=89e5b8a81e26a1ef8451fd056f516629c40b1f2a;hpb=cfad95b6e08e6e53846ffcda7fbc5932065f2c47;p=bbtk.git diff --git a/packages/wx/src/bbwxFileSelector.h b/packages/wx/src/bbwxFileSelector.h index 89e5b8a..b62506b 100644 --- a/packages/wx/src/bbwxFileSelector.h +++ b/packages/wx/src/bbwxFileSelector.h @@ -93,8 +93,7 @@ namespace bbwx BBTK_CATEGORY("widget, Selector"); BBTK_DESCRIPTION("Pops up a file selection dialog for reading or saving (wxFileDialog)"); BBTK_INPUT(FileSelector,Title,"Title of the dialog",std::string,""); - BBTK_INPUT(FileSelector,Message,"Message to show on the dialog", - std::string,""); + BBTK_INPUT(FileSelector,Message,"Message to show on the dialog",std::string,""); BBTK_INPUT(FileSelector,DefaultDir,"The default directory",std::string,""); BBTK_INPUT(FileSelector,DefaultFile,"The default filename",std::string,"file name"); BBTK_INPUT(FileSelector,Wildcard,"A wildcard, such as \"*.*\" or \"BMP files (*.bmp)|*.bmp|GIF files (*.gif)|*.gif\"",std::string,"wildcard");