Add a Retina version for the About Window's background as the original was scaling badly making the divider blurry.
1.1 --- a/Adium.xcodeproj/project.pbxproj Mon Aug 13 00:14:14 2012 +0200
1.2 +++ b/Adium.xcodeproj/project.pbxproj Thu Aug 16 16:33:37 2012 +0100
1.3 @@ -1440,6 +1440,7 @@
1.4 C4D29CC40C3C2E3C001545A2 /* BGICImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC00C3C2E3C001545A2 /* BGICImportController.m */; };
1.5 C4D29CC60C3C2E3C001545A2 /* BGICLogImportController.m in Sources */ = {isa = PBXBuildFile; fileRef = C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */; };
1.6 C4D29CC80C3C2E49001545A2 /* ICImport.xib in Resources */ = {isa = PBXBuildFile; fileRef = C4D29CC70C3C2E49001545A2 /* ICImport.xib */; };
1.7 + C61AFA9A15DD43C80001EDEF /* AboutDialog_bg@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C61AFA9915DD43C80001EDEF /* AboutDialog_bg@2x.png */; };
1.8 C6A42A8015C5B7290032FAB3 /* FTProgressReveal_Selected.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42A7415C5B7290032FAB3 /* FTProgressReveal_Selected.png */; };
1.9 C6A42A8115C5B7290032FAB3 /* FTProgressReveal_Selected@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42A7515C5B7290032FAB3 /* FTProgressReveal_Selected@2x.png */; };
1.10 C6A42A8215C5B7290032FAB3 /* FTProgressReveal.png in Resources */ = {isa = PBXBuildFile; fileRef = C6A42A7615C5B7290032FAB3 /* FTProgressReveal.png */; };
1.11 @@ -4492,6 +4493,7 @@
1.12 C4D29CC10C3C2E3C001545A2 /* BGICLogImportController.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = BGICLogImportController.h; path = Source/BGICLogImportController.h; sourceTree = SOURCE_ROOT; };
1.13 C4D29CC20C3C2E3C001545A2 /* BGICLogImportController.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = BGICLogImportController.m; path = Source/BGICLogImportController.m; sourceTree = SOURCE_ROOT; };
1.14 C4D29CC70C3C2E49001545A2 /* ICImport.xib */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xib; name = ICImport.xib; path = Resources/ICImport.xib; sourceTree = SOURCE_ROOT; };
1.15 + C61AFA9915DD43C80001EDEF /* AboutDialog_bg@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "AboutDialog_bg@2x.png"; path = "Resources/AboutDialog_bg@2x.png"; sourceTree = "<group>"; };
1.16 C6A42A7415C5B7290032FAB3 /* FTProgressReveal_Selected.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FTProgressReveal_Selected.png; path = Resources/FTProgressReveal_Selected.png; sourceTree = "<group>"; };
1.17 C6A42A7515C5B7290032FAB3 /* FTProgressReveal_Selected@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "FTProgressReveal_Selected@2x.png"; path = "Resources/FTProgressReveal_Selected@2x.png"; sourceTree = "<group>"; };
1.18 C6A42A7615C5B7290032FAB3 /* FTProgressReveal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = FTProgressReveal.png; path = Resources/FTProgressReveal.png; sourceTree = "<group>"; };
1.19 @@ -8393,6 +8395,7 @@
1.20 97E4B4FD13E7490000A8BA53 /* Flap_192.png */,
1.21 C6EE434B15C0AB7400A4B96C /* Flap_192@2x.png */,
1.22 9760D24513E49A560031FA1A /* AboutDialog_bg.png */,
1.23 + C61AFA9915DD43C80001EDEF /* AboutDialog_bg@2x.png */,
1.24 97E4B4FB13E7490000A8BA53 /* AboutDialog_transp_btm.png */,
1.25 97E4B4FC13E7490000A8BA53 /* AboutDialog_transp_top.png */,
1.26 3474DFFC08254F3500BF30F0 /* Copyright.txt */,
1.27 @@ -9742,6 +9745,7 @@
1.28 C6B545A815D338EE0005F1F8 /* SoundFileIcon@2x.png in Resources */,
1.29 C6B545AA15D3390F0005F1F8 /* ABSearch@2x.png in Resources */,
1.30 C6B545AE15D339B70005F1F8 /* stackImage@2x.png in Resources */,
1.31 + C61AFA9A15DD43C80001EDEF /* AboutDialog_bg@2x.png in Resources */,
1.32 );
1.33 runOnlyForDeploymentPostprocessing = 0;
1.34 };
2.1 Binary file Resources/AboutDialog_bg@2x.png has changed
3.1 Binary file Resources/AboutDialog_transp_btm.png has changed
4.1 Binary file Resources/AboutDialog_transp_top.png has changed