From 96fda11a53a89c6647031f2c05ef12f1a9df6a08 Mon Sep 17 00:00:00 2001 From: Skylar Hill Date: Tue, 31 Jan 2023 21:02:18 -0600 Subject: [PATCH] Change default directory in file browser --- src/Gui_gtk/ots_gui2.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Gui_gtk/ots_gui2.c b/src/Gui_gtk/ots_gui2.c index ff3366b..1247933 100644 --- a/src/Gui_gtk/ots_gui2.c +++ b/src/Gui_gtk/ots_gui2.c @@ -82,6 +82,7 @@ char ots_release_package[]="20.00"; #include #include #include +#include #include // #include "backcompat.c" #include "gtk_utils.c" /* Include the graphics library. */ @@ -109,6 +110,7 @@ char toolpath[MaxFname]="", *start_cmd; int pending_compute=0, supported_pdf_form=1; int filingstatus_mfj=1; int round_to_whole_nums=0; +char *working_dir[MaxFname+512]; void pick_file( GtkWidget *wdg, void *data ); /* Prototype */ void consume_leading_trailing_whitespace( char *line ); @@ -23
aboutsummaryrefslogtreecommitdiff
path: