diff options
-rw-r--r-- | gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -118,7 +118,7 @@ Simulation *simulation; static void openBotFileChooser(){ Fl_File_Chooser *fc=new Fl_File_Chooser( - ".","Robocom Bot Files (*.rob)",Fl_File_Chooser::MULTI,"Add bots to sim"); + "programs","Robocom Bot Files (*.rob)",Fl_File_Chooser::MULTI,"Add bots to sim"); fc->callback([](Fl_File_Chooser *fc,void*){ if(fc->shown())return; int count=fc->count(); |