Code

* src/path-prefix.h: Add missing CREATE_* directory locations
authormjwybrow <mjwybrow@users.sourceforge.net>
Fri, 26 May 2006 02:50:00 +0000 (02:50 +0000)
committermjwybrow <mjwybrow@users.sourceforge.net>
Fri, 26 May 2006 02:50:00 +0000 (02:50 +0000)
      for building an OS X application bundle.  Fixes bug #1495284.

ChangeLog
src/path-prefix.h

index 47555915cafa57c583fe33b5cfd72d63b2cb708c..394ac602e21992a5d0997e05c16aef2e7c79e899 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
index 87100a9cd84d694cc9c9e0d18debdf7e7a0a7a4c..50895ef7b3822f5f6085ef1456e91f21cb9d2c64 100644 (file)
@@ -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"