From a182157c7cbae8e9b3275f58418c84a5648bde2f Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 4 Mar 2017 12:38:31 +0100 Subject: Move default gui dir to 'programs' --- gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit v1.2.3-54-g00ecf