aboutsummaryrefslogtreecommitdiff
path: root/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui.cpp')
-rw-r--r--gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.cpp b/gui.cpp
index 6352c0d..4629dbb 100644
--- a/gui.cpp
+++ b/gui.cpp
@@ -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();