]> Creatis software - bbtk.git/blobdiff - packages/wx/src/bbwxFileSelector.h
#3475 ButtonSelectFilesDirectory box wx
[bbtk.git] / packages / wx / src / bbwxFileSelector.h
index 89e5b8a81e26a1ef8451fd056f516629c40b1f2a..b62506bcf5d588fb7a8d9972dbb6bbc0897eec5e 100644 (file)
@@ -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");