diff options
Diffstat (limited to 'src/ui/contextmenu.h')
| -rw-r--r-- | src/ui/contextmenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/contextmenu.h b/src/ui/contextmenu.h index faae6358f..465767604 100644 --- a/src/ui/contextmenu.h +++ b/src/ui/contextmenu.h @@ -165,7 +165,7 @@ class ContextMenu : public Gtk::Menu /** * auxiliary function that loads the external image editor name from the settings. */ - Glib::ustring getImageEditorName(); + Glib::ustring getImageEditorName(bool is_svg = false); /** * callback, is executed on clicking the "Embed Image" menu entry |
