diff options
Diffstat (limited to 'src/ui/dialog/filedialog.h')
| -rw-r--r-- | src/ui/dialog/filedialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/dialog/filedialog.h b/src/ui/dialog/filedialog.h index daefc9387..508c72997 100644 --- a/src/ui/dialog/filedialog.h +++ b/src/ui/dialog/filedialog.h @@ -172,6 +172,10 @@ public: */ virtual void change_title(const Glib::ustring& title) =0; + /** + * Change the default save path location. + */ + virtual void change_path(const Glib::ustring& path) =0; }; //FileSaveDialog |
