summaryrefslogtreecommitdiffstats
path: root/src/path-prefix.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2008-03-10 08:07:56 +0000
committerjoncruz <joncruz@users.sourceforge.net>2008-03-10 08:07:56 +0000
commit00430d9bbe9755f0dca94187ebb2e40c7b4fea5a (patch)
tree0bdd158c36fde10c88ebeefc090f341dcae2e900 /src/path-prefix.h
parentadd domptr.cpp (diff)
downloadinkscape-00430d9bbe9755f0dca94187ebb2e40c7b4fea5a.tar.gz
inkscape-00430d9bbe9755f0dca94187ebb2e40c7b4fea5a.zip
Adding OS X path
(bzr r5033)
Diffstat (limited to 'src/path-prefix.h')
-rw-r--r--src/path-prefix.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index 9eda394c1..451718c3c 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -37,7 +37,7 @@ extern "C" {
# define INKSCAPE_TEMPLATESDIR BR_DATADIR( "/inkscape/templates" )
# define INKSCAPE_UIDIR BR_DATADIR( "/inkscape/ui" )
//CREATE V0.1 support
-# define CREATE_GRADIENTSDIR BR_DATADIR( "/create/gradients/gimp" )
+# define CREATE_GRADIENTSDIR BR_DATADIR( "/create/gradients/gimp" )
# define CREATE_PALETTESDIR BR_DATADIR( "/create/swatches" )
# define CREATE_PATTERNSDIR BR_DATADIR( "/create/patterns/vector" )
#else
@@ -66,6 +66,7 @@ extern "C" {
# define INKSCAPE_EXAMPLESDIR "Contents/Resources/examples"
# define INKSCAPE_EXTENSIONDIR "Contents/Resources/extensions"
# define INKSCAPE_GRADIENTSDIR "Contents/Resources/gradients"
+# define INKSCAPE_JAVADIR "Contents/Resources/java"
# define INKSCAPE_KEYSDIR "Contents/Resources/keys"
# define INKSCAPE_PIXMAPDIR "Contents/Resources/icons"
# define INKSCAPE_MARKERSDIR "Contents/Resources/markers"