|
From: Karsten W. <kar...@us...> - 2006-02-06 16:10:26
|
Update of /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12225 Modified Files: project.pbxproj Log Message: set the new icons from absolute to relative path Index: project.pbxproj =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_XCode/Frontier.xcode/project.pbxproj,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** project.pbxproj 5 Feb 2006 21:06:41 -0000 1.22 --- project.pbxproj 6 Feb 2006 16:10:13 -0000 1.23 *************** *** 3505,3511 **** lastKnownFileType = image.icns; name = OPML.icns; ! path = /Volumes/Data/Development/frontierkernel_trunk/Frontier/resources/OPML/OPML.icns; ! refType = 0; ! sourceTree = "<absolute>"; }; 65059B770996945100410571 = { --- 3505,3511 ---- lastKnownFileType = image.icns; name = OPML.icns; ! path = ../resources/OPML/OPML.icns; ! refType = 2; ! sourceTree = SOURCE_ROOT; }; 65059B770996945100410571 = { *************** *** 3513,3519 **** lastKnownFileType = image.icns; name = OPMLdoc.icns; ! path = /Volumes/Data/Development/frontierkernel_trunk/Frontier/resources/OPML/OPMLdoc.icns; ! refType = 0; ! sourceTree = "<absolute>"; }; 65059B780996945100410571 = { --- 3513,3519 ---- lastKnownFileType = image.icns; name = OPMLdoc.icns; ! path = ../resources/OPML/OPMLdoc.icns; ! refType = 2; ! sourceTree = SOURCE_ROOT; }; 65059B780996945100410571 = { |