diff options
Diffstat (limited to 'src/io')
| -rw-r--r-- | src/io/resource.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/io/resource.cpp b/src/io/resource.cpp index a57d188e7..d7b9731e9 100644 --- a/src/io/resource.cpp +++ b/src/io/resource.cpp @@ -137,6 +137,8 @@ Glib::ustring get_path_ustring(Domain domain, Type type, char const *filename) * filename - The filename to get, i.e. preferences.xml * 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) + * silent - do not warn if file doesnt exist + * */ Glib::ustring get_filename(Type type, char const *filename, bool localized, bool silent) { |
