diff options
| author | Martin Owens <doctormo@gmail.com> | 2017-06-29 12:05:52 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2017-06-29 12:05:52 +0000 |
| commit | dcf65cc76fdaf74ebc33810c06e8ecd59fe652ce (patch) | |
| tree | 86d96adb7b69f5cfecd557b6eae3618c0f9fa963 | |
| parent | Improved warning in io/resource.cpp (diff) | |
| download | inkscape-dcf65cc76fdaf74ebc33810c06e8ecd59fe652ce.tar.gz inkscape-dcf65cc76fdaf74ebc33810c06e8ecd59fe652ce.zip | |
Add replacements for themedir for osx and win32
| -rw-r--r-- | src/path-prefix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h index e54a80f28..77fd90da5 100644 --- a/src/path-prefix.h +++ b/src/path-prefix.h @@ -64,6 +64,7 @@ # define INKSCAPE_PATTERNSDIR WIN32_DATADIR("patterns") # define INKSCAPE_SCREENSDIR WIN32_DATADIR("screens") # define INKSCAPE_SYMBOLSDIR WIN32_DATADIR("symbols") +# define INKSCAPE_THEMEDIR INKSCAPE_PIXMAPDIR # define INKSCAPE_TUTORIALSDIR WIN32_DATADIR("tutorials") # define INKSCAPE_TEMPLATESDIR WIN32_DATADIR("templates") # define INKSCAPE_UIDIR WIN32_DATADIR("ui") @@ -86,6 +87,7 @@ # define INKSCAPE_PATTERNSDIR "Contents/Resources/share/inkscape/patterns" # define INKSCAPE_SCREENSDIR "Contents/Resources/share/inkscape/screens" # define INKSCAPE_SYMBOLSDIR "Contents/Resources/share/inkscape/symbols" +# define INKSCAPE_THEMEDIR INKSCAPE_PIXMAPDIR # define INKSCAPE_TUTORIALSDIR "Contents/Resources/share/inkscape/tutorials" # define INKSCAPE_TEMPLATESDIR "Contents/Resources/share/inkscape/templates" # define INKSCAPE_UIDIR "Contents/Resources/share/inkscape/ui" |
