diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 14:51:10 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2018-07-26 14:51:10 +0000 |
| commit | f2a0226cb35bb6e9682c661daccff1826f86d13a (patch) | |
| tree | fa41512daf0b947246b89d8f4ba09dbabd01b34c /src/io/resource.h | |
| parent | Fix symbolic icon color width (diff) | |
| download | inkscape-f2a0226cb35bb6e9682c661daccff1826f86d13a.tar.gz inkscape-f2a0226cb35bb6e9682c661daccff1826f86d13a.zip | |
Fixing paths to allow themes and icons inside main inkscape instalation not only at home
Diffstat (limited to 'src/io/resource.h')
| -rw-r--r-- | src/io/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/io/resource.h b/src/io/resource.h index d86eda51a..7a11fd8fa 100644 --- a/src/io/resource.h +++ b/src/io/resource.h @@ -47,7 +47,9 @@ enum Type { SYMBOLS, FILTERS, THEMES, - UIS + UIS, + PIXMAPS, + DATADIR }; enum Domain { |
