diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-05-26 02:50:00 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2006-05-26 02:50:00 +0000 |
| commit | 9ac3758e72c067776b50fff5cd1c9549261efa3c (patch) | |
| tree | 0ce370904ae23c4879745f459e8c0f17345d1004 | |
| parent | Correct my translation call. I shouldn't call gettext directly. (diff) | |
| download | inkscape-9ac3758e72c067776b50fff5cd1c9549261efa3c.tar.gz inkscape-9ac3758e72c067776b50fff5cd1c9549261efa3c.zip | |
* src/path-prefix.h: Add missing CREATE_* directory locations
for building an OS X application bundle. Fixes bug #1495284.
(bzr r1011)
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/path-prefix.h | 9 |
2 files changed, 9 insertions, 6 deletions
@@ -1,4 +1,10 @@ +2006-05-26 Michael Wybrow <mjwybrow@users.sourceforge.net> + + * src/path-prefix.h: Add missing CREATE_* directory locations + for building an OS X application bundle. Fixes bug #1495284. + 2006-05-25 Bryce Harrington <bryce@bryceharrington.org> + * src/inkscape.cpp: i18n on error messages (fix for bug 1490928) 2006-05-23 Jon A. Cruz <jon@joncruz.org> diff --git a/src/path-prefix.h b/src/path-prefix.h index 87100a9cd..50895ef7b 100644 --- a/src/path-prefix.h +++ b/src/path-prefix.h @@ -72,12 +72,9 @@ extern "C" { # define INKSCAPE_TEMPLATESDIR "Contents/Resources/templates" # define INKSCAPE_UIDIR "Contents/Resources/ui" //CREATE V0.1 support -// fixme: is this the correct path -/* -# define CREATE_GRADIENTSDIR "/create/gradients/gimp" -# define CREATE_PALETTESDIR "/create/swatches" -# define CREATE_PATTERNSDIR "/create/patterns/vector" -*/ +# define CREATE_GRADIENTSDIR "/Library/Application Support/create/gradients/gimp" +# define CREATE_PALETTESDIR "/Library/Application Support/create/swatches" +# define CREATE_PATTERNSDIR "/Library/Application Support/create/patterns/vector" # else # define INKSCAPE_APPICONDIR INKSCAPE_DATADIR "/pixmaps" # define INKSCAPE_EXTENSIONDIR INKSCAPE_DATADIR "/inkscape/extensions" |
