From fe80b6735d74710229fadf503e750b615ab531f6 Mon Sep 17 00:00:00 2001 From: Jabiertxo Arraiza Cenoz Date: Thu, 26 Jul 2018 18:25:16 +0200 Subject: Add allow to use system icon sets --- src/path-prefix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/path-prefix.h') diff --git a/src/path-prefix.h b/src/path-prefix.h index a23ffdb48..5e8eec085 100644 --- a/src/path-prefix.h +++ b/src/path-prefix.h @@ -71,7 +71,7 @@ char *get_extensions_path(); # define INKSCAPE_GRADIENTSDIR append_inkscape_datadir("gradients") # define INKSCAPE_KEYSDIR append_inkscape_datadir("keys") # define INKSCAPE_ICONSDIR append_inkscape_datadir("icons") -# define INKSCAPE_PIXMAPSDIR append_inkscape_datadir("pixmaps") +# define INKSCAPE_PIXMAPSDIR append_inkscape_datadir("pixmaps") # define INKSCAPE_MARKERSDIR append_inkscape_datadir("markers") # define INKSCAPE_PALETTESDIR append_inkscape_datadir("palettes") # define INKSCAPE_PATTERNSDIR append_inkscape_datadir("patterns") @@ -123,7 +123,7 @@ char *get_extensions_path(); # define INKSCAPE_GRADIENTSDIR append_inkscape_datadir("inkscape/gradients") # define INKSCAPE_KEYSDIR append_inkscape_datadir("inkscape/keys") # define INKSCAPE_ICONSDIR append_inkscape_datadir("inkscape/icons") -# define INKSCAPE_PIXMAPSDIR append_inkscape_datadir("inkscape/pixmaps") +# define INKSCAPE_PIXMAPSDIR append_inkscape_datadir("inkscape/pixmaps") # define INKSCAPE_MARKERSDIR append_inkscape_datadir("inkscape/markers") # define INKSCAPE_PALETTESDIR append_inkscape_datadir("inkscape/palettes") # define INKSCAPE_PATTERNSDIR append_inkscape_datadir("inkscape/patterns") -- cgit v1.2.3