diff options
author | SemperVinco <w.deweijer@hotmail.com> | 2017-03-05 15:39:50 +0100 |
---|---|---|
committer | SemperVinco <w.deweijer@hotmail.com> | 2017-03-05 15:39:50 +0100 |
commit | 3f74f46d004517e1356e39077b477d0f9970298f (patch) | |
tree | 199b66348a205b5157b002720ec7fd9b3f06bfe1 | |
parent | 9d85ffedb3e35b003f9b0fc1178974e7cf924ed4 (diff) |
File Chooser Filter wrong on windows too
-rw-r--r-- | gui.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -154,11 +154,7 @@ Simulation *simulation; static void openBotFileChooser(){ Fl_Native_File_Chooser fc(Fl_Native_File_Chooser::BROWSE_MULTI_FILE); fc.title("Add bots to sim"); -#ifdef __APPLE__ fc.filter("Robocom Bot Files\t*.rob"); -#else - fc.filter("Robocom Bot Files (*.rob)\t*.rob"); -#endif switch(fc.show()) { case -1: |