diff options
| author | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-26 16:25:16 +0000 |
|---|---|---|
| committer | Jabiertxo Arraiza Cenoz <jtx@jtx.markerlab.es> | 2018-07-26 16:25:16 +0000 |
| commit | fe80b6735d74710229fadf503e750b615ab531f6 (patch) | |
| tree | 764c721a3bb5bf89cc5eb8b552fd167e2af42b9b /src/path-prefix.h | |
| parent | Fixing paths to allow themes and icons inside main inkscape instalation not o... (diff) | |
| download | inkscape-fe80b6735d74710229fadf503e750b615ab531f6.tar.gz inkscape-fe80b6735d74710229fadf503e750b615ab531f6.zip | |
Add allow to use system icon sets
Diffstat (limited to 'src/path-prefix.h')
| -rw-r--r-- | src/path-prefix.h | 4 |
1 files changed, 2 insertions, 2 deletions
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") |
