diff options
Diffstat (limited to 'src/gui/GraphBox.cpp')
-rw-r--r-- | src/gui/GraphBox.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gui/GraphBox.cpp b/src/gui/GraphBox.cpp index 6607ebbd..0401143c 100644 --- a/src/gui/GraphBox.cpp +++ b/src/gui/GraphBox.cpp @@ -554,8 +554,9 @@ GraphBox::event_save_as() } _app->world()->conf().set( - "graph-folder", + "graph-directory", _app->world()->forge().alloc(dialog.get_current_folder())); + break; } } |