summaryrefslogtreecommitdiffstats
path: root/src/file.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/file.cpp')
-rw-r--r--src/file.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/file.cpp b/src/file.cpp
index 639ba3913..efbada332 100644
--- a/src/file.cpp
+++ b/src/file.cpp
@@ -388,8 +388,11 @@ sp_file_open_dialog(gpointer object, gpointer data)
open_path,
Inkscape::UI::Dialog::SVG_TYPES,
(char const *)_("Select file to open"));
+ // allow easy access to our examples folder
+ dynamic_cast<Gtk::FileChooser *>(openDialogInstance)->add_shortcut_folder(INKSCAPE_EXAMPLESDIR);
}
+
//# Show the dialog
bool const success = openDialogInstance->show();
if (!success)