summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-18 19:18:20 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2019-07-08 21:01:34 +0000
commit6a7e32e1b6bea253f6484136beaf21c3df0de535 (patch)
tree3c95f52c150518add2b9e5d2a1d786e78b40f19d /src/io/resource.cpp
parentDisplay spiro pen preview right after backspace (diff)
downloadinkscape-6a7e32e1b6bea253f6484136beaf21c3df0de535.tar.gz
inkscape-6a7e32e1b6bea253f6484136beaf21c3df0de535.zip
Initial code to fix
Diffstat (limited to 'src/io/resource.cpp')
-rw-r--r--src/io/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp
index 5a15b02f3..e65bfce1c 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -141,7 +141,7 @@ Glib::ustring get_path_ustring(Domain domain, Type type, char const *filename)
* localized - Prefer a localized version of the file, i.e. default.de.svg instead of default.svg.
* (will use gettext to determine the preferred language of the user)
*/
-Glib::ustring get_filename(Type type, char const *filename, bool localized)
+Glib::ustring get_filename(Type type, char const *filename, bool localized, bool silent)
{
Glib::ustring result;