aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2017-03-04 12:38:31 +0100
committertomsmeding <tom.smeding@gmail.com>2017-03-04 12:38:31 +0100
commita182157c7cbae8e9b3275f58418c84a5648bde2f (patch)
tree2bee2da105c5e25582d5b3e85300ecf785bc9b4a
parent1b1ab1afee7c059091e8182be5cf7f31da4d16b5 (diff)
Move default gui dir to 'programs'
-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();