From b22dc68676d864d120525654758fb4154ca74b29 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Thu, 6 Apr 2006 03:34:45 +0000 Subject: introduce uniform resource path API to replace copy-and-pasted hacks (bzr r436) --- src/path-prefix.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/path-prefix.h') diff --git a/src/path-prefix.h b/src/path-prefix.h index 89bc6309c..00862917f 100644 --- a/src/path-prefix.h +++ b/src/path-prefix.h @@ -24,6 +24,7 @@ extern "C" { # define INKSCAPE_APPICONDIR BR_DATADIR( "/pixmaps" ) # define INKSCAPE_EXTENSIONDIR BR_DATADIR( "/inkscape/extensions" ) # define INKSCAPE_GRADIENTSDIR BR_DATADIR( "/inkscape/gradients" ) +# define INKSCAPE_KEYSDIR BR_DATADIR( "/inkscape/keys" ) # define INKSCAPE_PIXMAPDIR BR_DATADIR( "/inkscape/icons" ) # define INKSCAPE_MARKERSDIR BR_DATADIR( "/inkscape/markers" ) # define INKSCAPE_PALETTESDIR BR_DATADIR( "/inkscape/palettes" ) @@ -38,6 +39,7 @@ extern "C" { # define INKSCAPE_APPICONDIR "pixmaps" # define INKSCAPE_EXTENSIONDIR "share\\extensions" # define INKSCAPE_GRADIENTSDIR "share\\gradients" +# define INKSCAPE_KEYSDIR "share\\keys" # define INKSCAPE_PIXMAPDIR "share\\icons" # define INKSCAPE_MARKERSDIR "share\\markers" # define INKSCAPE_PALETTESDIR "share\\palettes" @@ -51,6 +53,7 @@ extern "C" { # define INKSCAPE_APPICONDIR "Contents/Resources/pixmaps" # define INKSCAPE_EXTENSIONDIR "Contents/Resources/extensions" # define INKSCAPE_GRADIENTSDIR "Contents/Resources/gradients" +# define INKSCAPE_KEYSDIR "Contents/Resources/keys" # define INKSCAPE_PIXMAPDIR "Contents/Resources/icons" # define INKSCAPE_MARKERSDIR "Contents/Resources/markers" # define INKSCAPE_PALETTESDIR "Contents/Resources/palettes" @@ -64,6 +67,7 @@ extern "C" { # define INKSCAPE_APPICONDIR INKSCAPE_DATADIR "/pixmaps" # define INKSCAPE_EXTENSIONDIR INKSCAPE_DATADIR "/inkscape/extensions" # define INKSCAPE_GRADIENTSDIR INKSCAPE_DATADIR "/inkscape/gradients" +# define INKSCAPE_KEYSDIR INKSCAPE_DATADIR "/inkscape/keys" # define INKSCAPE_PIXMAPDIR INKSCAPE_DATADIR "/inkscape/icons" # define INKSCAPE_MARKERSDIR INKSCAPE_DATADIR "/inkscape/markers" # define INKSCAPE_PALETTESDIR INKSCAPE_DATADIR "/inkscape/palettes" -- cgit v1.2.3