~spyzer-abhishek0/+junk/gsoc2011

« back to all changes in this revision

Viewing changes to src/path-prefix.h

  • Committer: Abhishek Sharma
  • Date: 2011-08-07 18:56:20 UTC
  • Revision ID: sharma.abhishek.it@gmail.com-20110807185620-1y7o9gp466yuqy55
Modifying approach to check attributes. Inserting more checks. Reading files from inkscape_datadir standard install directories. Fixed some bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
#    define CREATE_PATTERNSDIR   "/Library/Application Support/create/patterns/vector"
84
84
#  else
85
85
#    define INKSCAPE_APPICONDIR   INKSCAPE_DATADIR "/pixmaps"
 
86
#    define INKSCAPE_ATTRRELDIR   INKSCAPE_DATADIR "/inkscape/attributesdata"
86
87
#    define INKSCAPE_BINDDIR      INKSCAPE_DATADIR "/inkscape/bind"
87
88
#    define INKSCAPE_EXAMPLESDIR  INKSCAPE_DATADIR "/inkscape/examples"
88
89
#    define INKSCAPE_EXTENSIONDIR INKSCAPE_DATADIR "/inkscape/extensions"