summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/path-prefix.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index 87100a9cd..50895ef7b 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -72,12 +72,9 @@ extern "C" {
# define INKSCAPE_TEMPLATESDIR "Contents/Resources/templates"
# define INKSCAPE_UIDIR "Contents/Resources/ui"
//CREATE V0.1 support
-// fixme: is this the correct path
-/*
-# define CREATE_GRADIENTSDIR "/create/gradients/gimp"
-# define CREATE_PALETTESDIR "/create/swatches"
-# define CREATE_PATTERNSDIR "/create/patterns/vector"
-*/
+# define CREATE_GRADIENTSDIR "/Library/Application Support/create/gradients/gimp"
+# define CREATE_PALETTESDIR "/Library/Application Support/create/swatches"
+# define CREATE_PATTERNSDIR "/Library/Application Support/create/patterns/vector"
# else
# define INKSCAPE_APPICONDIR INKSCAPE_DATADIR "/pixmaps"
# define INKSCAPE_EXTENSIONDIR INKSCAPE_DATADIR "/inkscape/extensions"