Index: trunk/ChameleonPrefPane/Info.plist =================================================================== --- trunk/ChameleonPrefPane/Info.plist (revision 454) +++ trunk/ChameleonPrefPane/Info.plist (revision 455) @@ -26,8 +26,6 @@ 2.1.0 NSMainNibFile Chameleon - NSPrefPaneIconFile - Chameleon.tiff NSPrefPaneIconLabel Chameleon NSPrincipalClass Index: trunk/ChameleonPrefPane/bin/OSX106/Chameleon.zip =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj =================================================================== --- trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 454) +++ trunk/ChameleonPrefPane/ChameleonPrefPane.xcodeproj/project.pbxproj (revision 455) @@ -94,7 +94,7 @@ B316F505111C62FE007EFE5E /* syringe.png in Resources */ = {isa = PBXBuildFile; fileRef = B316F4F4111C62FE007EFE5E /* syringe.png */; }; B316F506111C62FE007EFE5E /* Windows.png in Resources */ = {isa = PBXBuildFile; fileRef = B316F4F5111C62FE007EFE5E /* Windows.png */; }; B316F507111C62FE007EFE5E /* wrench.png in Resources */ = {isa = PBXBuildFile; fileRef = B316F4F6111C62FE007EFE5E /* wrench.png */; }; - B316F50A111C6339007EFE5E /* Chameleon.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B316F509111C6339007EFE5E /* Chameleon.tiff */; }; + B316F50A111C6339007EFE5E /* StartupDisk.tiff in Resources */ = {isa = PBXBuildFile; fileRef = B316F509111C6339007EFE5E /* StartupDisk.tiff */; }; B3981D401113292A009E2520 /* CustomTableView.h in Headers */ = {isa = PBXBuildFile; fileRef = B3981D3F1113292A009E2520 /* CustomTableView.h */; }; B3981D8411132A13009E2520 /* string_util.h in Headers */ = {isa = PBXBuildFile; fileRef = B3981D8311132A13009E2520 /* string_util.h */; }; B3981F7D1113376C009E2520 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B3981F7C1113376C009E2520 /* QuartzCore.framework */; }; @@ -198,7 +198,7 @@ B316F4F4111C62FE007EFE5E /* syringe.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = syringe.png; path = Resources/syringe.png; sourceTree = ""; }; B316F4F5111C62FE007EFE5E /* Windows.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Windows.png; path = Resources/Windows.png; sourceTree = ""; }; B316F4F6111C62FE007EFE5E /* wrench.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = wrench.png; path = Resources/wrench.png; sourceTree = ""; }; - B316F509111C6339007EFE5E /* Chameleon.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Chameleon.tiff; path = Resources/Chameleon.tiff; sourceTree = ""; }; + B316F509111C6339007EFE5E /* StartupDisk.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = StartupDisk.tiff; path = Resources/StartupDisk.tiff; sourceTree = ""; }; B3981D3F1113292A009E2520 /* CustomTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = CustomTableView.h; path = Sources/CustomTableView.h; sourceTree = ""; }; B3981D8311132A13009E2520 /* string_util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = string_util.h; path = Sources/string_util.h; sourceTree = ""; }; B3981F7C1113376C009E2520 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = /System/Library/Frameworks/QuartzCore.framework; sourceTree = ""; }; @@ -454,7 +454,7 @@ B316F508111C632B007EFE5E /* Images */ = { isa = PBXGroup; children = ( - B316F509111C6339007EFE5E /* Chameleon.tiff */, + B316F509111C6339007EFE5E /* StartupDisk.tiff */, B316F4E6111C62FE007EFE5E /* Chameleon.icns */, B316F4E7111C62FE007EFE5E /* advanced.png */, B316F4E8111C62FE007EFE5E /* background.png */, @@ -630,7 +630,7 @@ B316F505111C62FE007EFE5E /* syringe.png in Resources */, B316F506111C62FE007EFE5E /* Windows.png in Resources */, B316F507111C62FE007EFE5E /* wrench.png in Resources */, - B316F50A111C6339007EFE5E /* Chameleon.tiff in Resources */, + B316F50A111C6339007EFE5E /* StartupDisk.tiff in Resources */, B3F352341125C0290051DFA5 /* Chameleon.strings in Resources */, B3F352351125C0290051DFA5 /* Chameleon.xib in Resources */, B3F352361125C0290051DFA5 /* Localizable.strings in Resources */, Index: trunk/ChameleonPrefPane/Resources/Chameleon.tiff =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: trunk/ChameleonPrefPane/Resources/StartupDisk.tiff =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Property changes on: trunk/ChameleonPrefPane/Resources/StartupDisk.tiff ___________________________________________________________________ Added: svn:mime-type + application/octet-stream