~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/path-prefix.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#ifdef ENABLE_BINRELOC
24
24
#  define INKSCAPE_APPICONDIR     BR_DATADIR( "/pixmaps" )
 
25
#  define INKSCAPE_EXAMPLESDIR    BR_DATADIR( "/inkscape/examples" )
25
26
#  define INKSCAPE_EXTENSIONDIR   BR_DATADIR( "/inkscape/extensions" )
26
27
#  define INKSCAPE_GRADIENTSDIR   BR_DATADIR( "/inkscape/gradients" )
27
28
#  define INKSCAPE_KEYSDIR        BR_DATADIR( "/inkscape/keys" )
41
42
#else
42
43
#  ifdef WIN32
43
44
#    define INKSCAPE_APPICONDIR   "pixmaps"
 
45
#    define INKSCAPE_EXAMPLESDIR  "share\\examples"
44
46
#    define INKSCAPE_EXTENSIONDIR "share\\extensions"
45
47
#    define INKSCAPE_GRADIENTSDIR "share\\gradients"
46
48
#    define INKSCAPE_KEYSDIR      "share\\keys"
59
61
#    define CREATE_PATTERNSDIR  INKSCAPE_DATADIR "create\\patterns\\vector"
60
62
#  elif defined ENABLE_OSX_APP_LOCATIONS
61
63
#    define INKSCAPE_APPICONDIR   "Contents/Resources/pixmaps"
 
64
#    define INKSCAPE_EXAMPLESDIR  "Contents/Resources/examples"
62
65
#    define INKSCAPE_EXTENSIONDIR "Contents/Resources/extensions"
63
66
#    define INKSCAPE_GRADIENTSDIR "Contents/Resources/gradients"
64
67
#    define INKSCAPE_KEYSDIR      "Contents/Resources/keys"
77
80
#    define CREATE_PATTERNSDIR   "/Library/Application Support/create/patterns/vector"
78
81
#  else
79
82
#    define INKSCAPE_APPICONDIR   INKSCAPE_DATADIR "/pixmaps"
 
83
#    define INKSCAPE_EXAMPLESDIR  INKSCAPE_DATADIR "/inkscape/examples"
80
84
#    define INKSCAPE_EXTENSIONDIR INKSCAPE_DATADIR "/inkscape/extensions"
81
85
#    define INKSCAPE_GRADIENTSDIR INKSCAPE_DATADIR "/inkscape/gradients"
82
86
#    define INKSCAPE_KEYSDIR      INKSCAPE_DATADIR "/inkscape/keys"