summaryrefslogtreecommitdiffstats
path: root/src/io/resource.cpp
diff options
context:
space:
mode:
authorJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-27 16:12:27 +0000
committerJabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es>2018-07-27 16:12:27 +0000
commitd48446b517a46e94ab44cce2f8ace5250cd7025d (patch)
tree0146aceeea099d7be9fc0befd745d220973e5f79 /src/io/resource.cpp
parentworking on symbolic (diff)
downloadinkscape-d48446b517a46e94ab44cce2f8ace5250cd7025d.tar.gz
inkscape-d48446b517a46e94ab44cce2f8ace5250cd7025d.zip
Working on icons
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 d90f329d9..72cf3c2f9 100644
--- a/src/io/resource.cpp
+++ b/src/io/resource.cpp
@@ -102,7 +102,7 @@ gchar *_get_path(Domain domain, Type type, char const *filename)
case PATTERNS: name = "patterns"; break;
case SYMBOLS: name = "symbols"; break;
case TEMPLATES: name = "templates"; break;
- case THEMES: name = "icons"; break;
+ case THEMES: name = "themes"; break;
case UIS: name = "ui"; break;
case PIXMAPS: name = "pixmaps"; break;
case DATADIR: name = ""; break;