From ba94ddb5cb5504dc94e805f1da46a490b23f0c40 Mon Sep 17 00:00:00 2001 From: ishmal Date: Mon, 10 Mar 2008 07:17:31 +0000 Subject: [PATCH] add INKSCAPE_JAVADIR --- src/path-prefix.h | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.30.2