diff options
author | tomsmeding <tom.smeding@gmail.com> | 2017-03-04 12:38:31 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2017-03-04 12:38:31 +0100 |
commit | a182157c7cbae8e9b3275f58418c84a5648bde2f (patch) | |
tree | 2bee2da105c5e25582d5b3e85300ecf785bc9b4a | |
parent | 1b1ab1afee7c059091e8182be5cf7f31da4d16b5 (diff) |
Move default gui dir to 'programs'
-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(); |