summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a42ac03)
raw | patch | inline | side by side (parent: a42ac03)
author | ishmal <ishmal@users.sourceforge.net> | |
Mon, 10 Mar 2008 07:17:31 +0000 (07:17 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Mon, 10 Mar 2008 07:17:31 +0000 (07:17 +0000) |
src/path-prefix.h | patch | blob | history |
diff --git a/src/path-prefix.h b/src/path-prefix.h
index ad7a14ef9f5c22cb9f3c1037e95f61b947b3e6a4..9eda394c136650dcb348b0fcf1eecd8160d985d4 100644 (file)
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
# 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" )
# 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"
# 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"