diff options
-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: |