summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBob Jamison <ishmalius@gmail.com>2008-03-10 07:17:31 +0000
committerishmal <ishmal@users.sourceforge.net>2008-03-10 07:17:31 +0000
commit56754e025d24ec45ab6372d67fc3f9b83b23861c (patch)
treed01c8ddb9556461fe2368a137fbeb8fea034ce05 /src
parentFixed line-ends (diff)
downloadinkscape-56754e025d24ec45ab6372d67fc3f9b83b23861c.tar.gz
inkscape-56754e025d24ec45ab6372d67fc3f9b83b23861c.zip
add INKSCAPE_JAVADIR
(bzr r5030)
Diffstat (limited to 'src')
-rw-r--r--src/path-prefix.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index ad7a14ef9..9eda394c1 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -25,6 +25,7 @@ extern "C" {
# define INKSCAPE_EXAMPLESDIR BR_DATADIR( "/inkscape/examples" )
# define INKSCAPE_EXTENSIONDIR BR_DATADIR( "/inkscape/extensions" )
# define INKSCAPE_GRADIENTSDIR BR_DATADIR( "/inkscape/gradients" )
+# define INKSCAPE_JAVADIR BR_DATADIR( "/inkscape/java" )
# define INKSCAPE_KEYSDIR BR_DATADIR( "/inkscape/keys" )
# define INKSCAPE_PIXMAPDIR BR_DATADIR( "/inkscape/icons" )
# define INKSCAPE_MARKERSDIR BR_DATADIR( "/inkscape/markers" )
@@ -45,6 +46,7 @@ extern "C" {
# define INKSCAPE_EXAMPLESDIR "share\\examples"
# define INKSCAPE_EXTENSIONDIR "share\\extensions"
# define INKSCAPE_GRADIENTSDIR "share\\gradients"
+# define INKSCAPE_JAVADIR "share\\java"
# define INKSCAPE_KEYSDIR "share\\keys"
# define INKSCAPE_PIXMAPDIR "share\\icons"
# define INKSCAPE_MARKERSDIR "share\\markers"
@@ -83,6 +85,7 @@ extern "C" {
# define INKSCAPE_EXAMPLESDIR INKSCAPE_DATADIR "/inkscape/examples"
# define INKSCAPE_EXTENSIONDIR INKSCAPE_DATADIR "/inkscape/extensions"
# define INKSCAPE_GRADIENTSDIR INKSCAPE_DATADIR "/inkscape/gradients"
+# define INKSCAPE_JAVADIR INKSCAPE_DATADIR "/inkscape/java"
# define INKSCAPE_KEYSDIR INKSCAPE_DATADIR "/inkscape/keys"
# define INKSCAPE_PIXMAPDIR INKSCAPE_DATADIR "/inkscape/icons"
# define INKSCAPE_MARKERSDIR INKSCAPE_DATADIR "/inkscape/markers"