summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/path-prefix.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index e54a80f28..77fd90da5 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -64,6 +64,7 @@
# define INKSCAPE_PATTERNSDIR WIN32_DATADIR("patterns")
# define INKSCAPE_SCREENSDIR WIN32_DATADIR("screens")
# define INKSCAPE_SYMBOLSDIR WIN32_DATADIR("symbols")
+# define INKSCAPE_THEMEDIR INKSCAPE_PIXMAPDIR
# define INKSCAPE_TUTORIALSDIR WIN32_DATADIR("tutorials")
# define INKSCAPE_TEMPLATESDIR WIN32_DATADIR("templates")
# define INKSCAPE_UIDIR WIN32_DATADIR("ui")
@@ -86,6 +87,7 @@
# define INKSCAPE_PATTERNSDIR "Contents/Resources/share/inkscape/patterns"
# define INKSCAPE_SCREENSDIR "Contents/Resources/share/inkscape/screens"
# define INKSCAPE_SYMBOLSDIR "Contents/Resources/share/inkscape/symbols"
+# define INKSCAPE_THEMEDIR INKSCAPE_PIXMAPDIR
# define INKSCAPE_TUTORIALSDIR "Contents/Resources/share/inkscape/tutorials"
# define INKSCAPE_TEMPLATESDIR "Contents/Resources/share/inkscape/templates"
# define INKSCAPE_UIDIR "Contents/Resources/share/inkscape/ui"