From 42ed03282cf5f0de1aacc505ca12938cb51a03cc Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Sun, 28 Oct 2007 03:29:20 +0000 Subject: [PATCH] change tiff's to png's --- Transmission.xcodeproj/project.pbxproj | 56 ++++++++++++------------- macosx/Images/GreenDot.png | Bin 0 -> 593 bytes macosx/Images/GreenDot.tiff | Bin 676 -> 0 bytes macosx/Images/InfoTabBack.png | Bin 0 -> 212 bytes macosx/Images/InfoTabBack.tif | Bin 6088 -> 0 bytes macosx/Images/InfoTabBackBlue.png | Bin 0 -> 397 bytes macosx/Images/InfoTabBackBlue.tif | Bin 6088 -> 0 bytes macosx/Images/InfoTabBorder.png | Bin 0 -> 154 bytes macosx/Images/InfoTabBorder.tif | Bin 1138 -> 0 bytes macosx/Images/Lock.png | Bin 0 -> 515 bytes macosx/Images/Lock.tiff | Bin 638 -> 0 bytes macosx/Images/RedDot.png | Bin 0 -> 547 bytes macosx/Images/RedDot.tiff | Bin 638 -> 0 bytes macosx/Images/YellowDot.png | Bin 0 -> 573 bytes macosx/Images/YellowDot.tiff | Bin 1262 -> 0 bytes macosx/InfoTabButtonCell.m | 4 +- macosx/InfoWindowController.m | 4 +- macosx/MessageWindowController.m | 4 +- macosx/PrefsController.m | 12 +++--- 19 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 macosx/Images/GreenDot.png delete mode 100644 macosx/Images/GreenDot.tiff create mode 100644 macosx/Images/InfoTabBack.png delete mode 100644 macosx/Images/InfoTabBack.tif create mode 100644 macosx/Images/InfoTabBackBlue.png delete mode 100644 macosx/Images/InfoTabBackBlue.tif create mode 100644 macosx/Images/InfoTabBorder.png delete mode 100644 macosx/Images/InfoTabBorder.tif create mode 100644 macosx/Images/Lock.png delete mode 100644 macosx/Images/Lock.tiff create mode 100644 macosx/Images/RedDot.png delete mode 100644 macosx/Images/RedDot.tiff create mode 100644 macosx/Images/YellowDot.png delete mode 100644 macosx/Images/YellowDot.tiff diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index d8e55acc9..4ecce973d 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -65,7 +65,6 @@ 8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; }; A200B9200A22798F007BBB1E /* InfoWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A200B83A0A2263BA007BBB1E /* InfoWindowController.m */; }; A200B9B60A22893D007BBB1E /* InfoWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = A200B9620A227FD0007BBB1E /* InfoWindow.nib */; }; - A2041D530C9AC523000ACFFB /* Lock.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2041D520C9AC523000ACFFB /* Lock.tiff */; }; A2085DDC0C53BC74000BC3B7 /* AboutWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = A2085DDA0C53BC74000BC3B7 /* AboutWindowController.m */; }; A2085E3F0C53C949000BC3B7 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = A2085E2F0C53C833000BC3B7 /* LICENSE */; }; A20AB97B0A5C622A004F81FA /* SmallTurtle.png in Resources */ = {isa = PBXBuildFile; fileRef = A20AB97A0A5C622A004F81FA /* SmallTurtle.png */; }; @@ -82,8 +81,6 @@ A21F5B890AF25FB6008CE5CE /* ActionMenuRatioToDisplayRatioTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A21F5B870AF25FB6008CE5CE /* ActionMenuRatioToDisplayRatioTransformer.m */; }; A21F5C040AF26DD5008CE5CE /* ActionMenuSpeedToDisplayLimitTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A21F5C020AF26DD5008CE5CE /* ActionMenuSpeedToDisplayLimitTransformer.m */; }; A2265F420B5EF5F40093DDA5 /* FileNameCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A2265F400B5EF5F40093DDA5 /* FileNameCell.m */; }; - A22A067E0CB83507009694FE /* InfoTabBack.tif in Resources */ = {isa = PBXBuildFile; fileRef = A22A067D0CB83507009694FE /* InfoTabBack.tif */; }; - A22A06980CB83880009694FE /* InfoTabBorder.tif in Resources */ = {isa = PBXBuildFile; fileRef = A22A06970CB83880009694FE /* InfoTabBorder.tif */; }; A22A8D560AEEAFA5007E9CB9 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = A22A8D540AEEAFA5007E9CB9 /* Localizable.strings */; }; A22BC9A30C5BBCF100F5FB72 /* BottomBorder.png in Resources */ = {isa = PBXBuildFile; fileRef = A22BC9A20C5BBCF100F5FB72 /* BottomBorder.png */; }; A232D29E0A70903E00973B12 /* Filter.png in Resources */ = {isa = PBXBuildFile; fileRef = A232D29D0A70903E00973B12 /* Filter.png */; }; @@ -125,9 +122,7 @@ A2912C540A2956E80097A0CA /* PrefsWindow.nib in Resources */ = {isa = PBXBuildFile; fileRef = A2912C520A2956E80097A0CA /* PrefsWindow.nib */; }; A29597350A72A9E10057248B /* StatusBarBackground.png in Resources */ = {isa = PBXBuildFile; fileRef = A29597340A72A9E10057248B /* StatusBarBackground.png */; }; A29B0C270BD15FEF0006F230 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = A2F8951E0A2D4BA500ED2127 /* Credits.rtf */; }; - A29C8B330ACC6E93000ED9F9 /* YellowDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A29C8B320ACC6E93000ED9F9 /* YellowDot.tiff */; }; A29C8B370ACC6EB3000ED9F9 /* PortChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = A29C8B350ACC6EB3000ED9F9 /* PortChecker.m */; }; - A2A14A890CC6D25400A7AC1D /* InfoTabBackBlue.tif in Resources */ = {isa = PBXBuildFile; fileRef = A2A14A880CC6D25400A7AC1D /* InfoTabBackBlue.tif */; }; A2A1CB7A0BF29D5500AE959F /* PeerProgressIndicatorCell.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A1CB780BF29D5500AE959F /* PeerProgressIndicatorCell.m */; }; A2A3065C0AAD24A80049E2AC /* UKFileWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A306540AAD24A80049E2AC /* UKFileWatcher.m */; }; A2A3065E0AAD24A80049E2AC /* UKFNSubscribeFileWatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = A2A306560AAD24A80049E2AC /* UKFNSubscribeFileWatcher.m */; }; @@ -142,8 +137,6 @@ A2BE9C530C1E4AF7002D16E6 /* makemeta.h in Headers */ = {isa = PBXBuildFile; fileRef = A2BE9C4F0C1E4ADA002D16E6 /* makemeta.h */; }; A2BF07910B066E0800757C92 /* SpeedLimitToTurtleIconTransformer.m in Sources */ = {isa = PBXBuildFile; fileRef = A2BF078F0B066E0800757C92 /* SpeedLimitToTurtleIconTransformer.m */; }; A2D0E0490A54A97C003C72CF /* Bandwidth.png in Resources */ = {isa = PBXBuildFile; fileRef = A2D0E0480A54A97C003C72CF /* Bandwidth.png */; }; - A2D4F0830A915F6600890C32 /* RedDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2D4F0820A915F6600890C32 /* RedDot.tiff */; }; - A2D4F0850A915F7200890C32 /* GreenDot.tiff in Resources */ = {isa = PBXBuildFile; fileRef = A2D4F0840A915F7200890C32 /* GreenDot.tiff */; }; A2DA362A0CBC674900C2ED41 /* InfoActivity.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36270CBC674900C2ED41 /* InfoActivity.png */; }; A2DA362B0CBC674900C2ED41 /* InfoFiles.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36280CBC674900C2ED41 /* InfoFiles.png */; }; A2DA362C0CBC674900C2ED41 /* InfoPeers.png in Resources */ = {isa = PBXBuildFile; fileRef = A2DA36290CBC674900C2ED41 /* InfoPeers.png */; }; @@ -152,6 +145,13 @@ A2E9AA760C249AF400085DCF /* Create.png in Resources */ = {isa = PBXBuildFile; fileRef = A2E9AA750C249AF400085DCF /* Create.png */; }; A2EF7DEC0C96297400FA9811 /* PurpleDot.png in Resources */ = {isa = PBXBuildFile; fileRef = A2EF7DEB0C96297400FA9811 /* PurpleDot.png */; }; A2F011990C27418800576FC0 /* CreateLarge.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F011980C27418800576FC0 /* CreateLarge.png */; }; + A2F151180CD438A4001F3B0E /* YellowDot.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F151150CD438A4001F3B0E /* YellowDot.png */; }; + A2F151190CD438A4001F3B0E /* RedDot.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F151160CD438A4001F3B0E /* RedDot.png */; }; + A2F1511A0CD438A4001F3B0E /* GreenDot.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F151170CD438A4001F3B0E /* GreenDot.png */; }; + A2F151200CD438BA001F3B0E /* Lock.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F1511F0CD438BA001F3B0E /* Lock.png */; }; + A2F151240CD438DE001F3B0E /* InfoTabBorder.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F151210CD438DE001F3B0E /* InfoTabBorder.png */; }; + A2F151250CD438DE001F3B0E /* InfoTabBack.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F151220CD438DE001F3B0E /* InfoTabBack.png */; }; + A2F151260CD438DE001F3B0E /* InfoTabBackBlue.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F151230CD438DE001F3B0E /* InfoTabBackBlue.png */; }; A2F40AE40A361C00006B8288 /* Transmission.icns in Resources */ = {isa = PBXBuildFile; fileRef = 4D2784360905709500687951 /* Transmission.icns */; }; A2F6DB090A55F31C0058D1E5 /* SpeedLimitButton.png in Resources */ = {isa = PBXBuildFile; fileRef = A2F6DB070A55F31C0058D1E5 /* SpeedLimitButton.png */; }; A2FB057F0BFEB6800095564D /* DragOverlayView.m in Sources */ = {isa = PBXBuildFile; fileRef = A2FB057D0BFEB6800095564D /* DragOverlayView.m */; }; @@ -369,7 +369,6 @@ 8D1107320486CEB800E47090 /* Transmission.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Transmission.app; sourceTree = BUILT_PRODUCTS_DIR; }; A200B8390A2263BA007BBB1E /* InfoWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoWindowController.h; path = macosx/InfoWindowController.h; sourceTree = ""; }; A200B83A0A2263BA007BBB1E /* InfoWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoWindowController.m; path = macosx/InfoWindowController.m; sourceTree = ""; }; - A2041D520C9AC523000ACFFB /* Lock.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = Lock.tiff; path = macosx/Images/Lock.tiff; sourceTree = ""; }; A205E08E0CC66BF5001CA81B /* el */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el; path = macosx/el.lproj/Creator.nib; sourceTree = ""; }; A205E08F0CC66BF5001CA81B /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = macosx/el.lproj/InfoPlist.strings; sourceTree = ""; }; A205E0900CC66BF5001CA81B /* el */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = el; path = macosx/el.lproj/InfoWindow.nib; sourceTree = ""; }; @@ -398,8 +397,6 @@ A21F5C020AF26DD5008CE5CE /* ActionMenuSpeedToDisplayLimitTransformer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = ActionMenuSpeedToDisplayLimitTransformer.m; path = macosx/ActionMenuSpeedToDisplayLimitTransformer.m; sourceTree = ""; }; A2265F3F0B5EF5F40093DDA5 /* FileNameCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = FileNameCell.h; path = macosx/FileNameCell.h; sourceTree = ""; }; A2265F400B5EF5F40093DDA5 /* FileNameCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = FileNameCell.m; path = macosx/FileNameCell.m; sourceTree = ""; }; - A22A067D0CB83507009694FE /* InfoTabBack.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = InfoTabBack.tif; path = macosx/Images/InfoTabBack.tif; sourceTree = ""; }; - A22A06970CB83880009694FE /* InfoTabBorder.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = InfoTabBorder.tif; path = macosx/Images/InfoTabBorder.tif; sourceTree = ""; }; A22BC9A20C5BBCF100F5FB72 /* BottomBorder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = BottomBorder.png; path = macosx/Images/BottomBorder.png; sourceTree = ""; }; A232D29D0A70903E00973B12 /* Filter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Filter.png; path = macosx/Images/Filter.png; sourceTree = ""; }; A234D0CF0C79FB3600A82373 /* NSMenuAdditions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = NSMenuAdditions.h; path = macosx/NSMenuAdditions.h; sourceTree = ""; }; @@ -464,10 +461,8 @@ A289EB0B0A33C56D00B082A3 /* ButtonBorder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ButtonBorder.png; path = macosx/Images/ButtonBorder.png; sourceTree = ""; }; A28DBADB0A33C1D800F4B4A7 /* ActionButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = ActionButton.png; path = macosx/Images/ActionButton.png; sourceTree = ""; }; A29597340A72A9E10057248B /* StatusBarBackground.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = StatusBarBackground.png; path = macosx/Images/StatusBarBackground.png; sourceTree = ""; }; - A29C8B320ACC6E93000ED9F9 /* YellowDot.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = YellowDot.tiff; path = macosx/Images/YellowDot.tiff; sourceTree = ""; }; A29C8B340ACC6EB3000ED9F9 /* PortChecker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PortChecker.h; path = macosx/PortChecker.h; sourceTree = ""; }; A29C8B350ACC6EB3000ED9F9 /* PortChecker.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PortChecker.m; path = macosx/PortChecker.m; sourceTree = ""; }; - A2A14A880CC6D25400A7AC1D /* InfoTabBackBlue.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = InfoTabBackBlue.tif; path = macosx/Images/InfoTabBackBlue.tif; sourceTree = ""; }; A2A1CB770BF29D5500AE959F /* PeerProgressIndicatorCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PeerProgressIndicatorCell.h; path = macosx/PeerProgressIndicatorCell.h; sourceTree = ""; }; A2A1CB780BF29D5500AE959F /* PeerProgressIndicatorCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PeerProgressIndicatorCell.m; path = macosx/PeerProgressIndicatorCell.m; sourceTree = ""; }; A2A306530AAD24A80049E2AC /* UKFileWatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UKFileWatcher.h; path = macosx/UKKQueue/UKFileWatcher.h; sourceTree = ""; }; @@ -491,8 +486,6 @@ A2BF078E0B066E0800757C92 /* SpeedLimitToTurtleIconTransformer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SpeedLimitToTurtleIconTransformer.h; path = macosx/SpeedLimitToTurtleIconTransformer.h; sourceTree = ""; }; A2BF078F0B066E0800757C92 /* SpeedLimitToTurtleIconTransformer.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = SpeedLimitToTurtleIconTransformer.m; path = macosx/SpeedLimitToTurtleIconTransformer.m; sourceTree = ""; }; A2D0E0480A54A97C003C72CF /* Bandwidth.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Bandwidth.png; path = macosx/Images/Bandwidth.png; sourceTree = ""; }; - A2D4F0820A915F6600890C32 /* RedDot.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = RedDot.tiff; path = macosx/Images/RedDot.tiff; sourceTree = ""; }; - A2D4F0840A915F7200890C32 /* GreenDot.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = GreenDot.tiff; path = macosx/Images/GreenDot.tiff; sourceTree = ""; }; A2D688850CB4984B009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = macosx/English.lproj/MainMenu.nib; sourceTree = ""; }; A2D688A70CB4986A009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = English; path = macosx/English.lproj/InfoPlist.strings; sourceTree = ""; }; A2D688AB0CB49889009BEC3A /* English */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = English; path = macosx/English.lproj/InfoWindow.nib; sourceTree = ""; }; @@ -524,6 +517,13 @@ A2EA8E590CC3DAB80081201C /* it */ = {isa = PBXFileReference; lastKnownFileType = wrapper.nib; name = it; path = macosx/it.lproj/PrefsWindow.nib; sourceTree = ""; }; A2EF7DEB0C96297400FA9811 /* PurpleDot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = PurpleDot.png; path = macosx/Images/PurpleDot.png; sourceTree = ""; }; A2F011980C27418800576FC0 /* CreateLarge.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = CreateLarge.png; path = macosx/Images/CreateLarge.png; sourceTree = ""; }; + A2F151150CD438A4001F3B0E /* YellowDot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = YellowDot.png; path = macosx/Images/YellowDot.png; sourceTree = ""; }; + A2F151160CD438A4001F3B0E /* RedDot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = RedDot.png; path = macosx/Images/RedDot.png; sourceTree = ""; }; + A2F151170CD438A4001F3B0E /* GreenDot.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = GreenDot.png; path = macosx/Images/GreenDot.png; sourceTree = ""; }; + A2F1511F0CD438BA001F3B0E /* Lock.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Lock.png; path = macosx/Images/Lock.png; sourceTree = ""; }; + A2F151210CD438DE001F3B0E /* InfoTabBorder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoTabBorder.png; path = macosx/Images/InfoTabBorder.png; sourceTree = ""; }; + A2F151220CD438DE001F3B0E /* InfoTabBack.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoTabBack.png; path = macosx/Images/InfoTabBack.png; sourceTree = ""; }; + A2F151230CD438DE001F3B0E /* InfoTabBackBlue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = InfoTabBackBlue.png; path = macosx/Images/InfoTabBackBlue.png; sourceTree = ""; }; A2F6DB070A55F31C0058D1E5 /* SpeedLimitButton.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = SpeedLimitButton.png; path = macosx/Images/SpeedLimitButton.png; sourceTree = ""; }; A2F8951E0A2D4BA500ED2127 /* Credits.rtf */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = Credits.rtf; path = macosx/Credits.rtf; sourceTree = ""; }; A2FB057C0BFEB6800095564D /* DragOverlayView.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = DragOverlayView.h; path = macosx/DragOverlayView.h; sourceTree = ""; }; @@ -790,12 +790,12 @@ A20B6FAD0C4D9B040034AB1D /* PriorityNormal.png */, A20B6F6A0C4D842B0034AB1D /* PriorityLow.png */, A20B6F820C4D8A610034AB1D /* PriorityHigh.png */, - A2041D520C9AC523000ACFFB /* Lock.tiff */, A2FB06950BFF484A0095564D /* Globe.png */, A261A8250C6A0D68003BAFDA /* Error.png */, - A29C8B320ACC6E93000ED9F9 /* YellowDot.tiff */, - A2D4F0840A915F7200890C32 /* GreenDot.tiff */, - A2D4F0820A915F6600890C32 /* RedDot.tiff */, + A2F1511F0CD438BA001F3B0E /* Lock.png */, + A2F151150CD438A4001F3B0E /* YellowDot.png */, + A2F151160CD438A4001F3B0E /* RedDot.png */, + A2F151170CD438A4001F3B0E /* GreenDot.png */, A2EF7DEB0C96297400FA9811 /* PurpleDot.png */, A2BC19840CA9AF5A00DD302A /* CompleteCheck.png */, A20AB97A0A5C622A004F81FA /* SmallTurtle.png */, @@ -838,10 +838,10 @@ A29597340A72A9E10057248B /* StatusBarBackground.png */, A232D29D0A70903E00973B12 /* Filter.png */, A253F6F20A698970008EE24F /* FilterBarBackground.png */, - A22A067D0CB83507009694FE /* InfoTabBack.tif */, - A2A14A880CC6D25400A7AC1D /* InfoTabBackBlue.tif */, + A2F151210CD438DE001F3B0E /* InfoTabBorder.png */, + A2F151220CD438DE001F3B0E /* InfoTabBack.png */, + A2F151230CD438DE001F3B0E /* InfoTabBackBlue.png */, A2FE61D70CD3D0A500D683E1 /* InfoTabBackGraphite.png */, - A22A06970CB83880009694FE /* InfoTabBorder.tif */, A26E75950CB6AB4800226674 /* InfoGeneral.png */, A26E75870CB6AA7500226674 /* InfoOptions.png */, A2DA36270CBC674900C2ED41 /* InfoActivity.png */, @@ -1364,12 +1364,9 @@ A232D29E0A70903E00973B12 /* Filter.png in Resources */, A29597350A72A9E10057248B /* StatusBarBackground.png in Resources */, A259317E0A73B2CC002F4FE7 /* TransmissionHelp in Resources */, - A2D4F0830A915F6600890C32 /* RedDot.tiff in Resources */, - A2D4F0850A915F7200890C32 /* GreenDot.tiff in Resources */, A21567ED0A9A5034004DECD6 /* MessageWindow.nib in Resources */, 35B038130AC5B6EB00A10FDF /* ResumeNoWaitOn.png in Resources */, 35B038140AC5B6EC00A10FDF /* ResumeNoWaitOff.png in Resources */, - A29C8B330ACC6E93000ED9F9 /* YellowDot.tiff in Resources */, A22A8D560AEEAFA5007E9CB9 /* Localizable.strings in Resources */, A241528B0C0261B8007DD3B4 /* Globe.png in Resources */, A2E9AA760C249AF400085DCF /* Create.png in Resources */, @@ -1386,19 +1383,22 @@ A277DA0C0C693D9C00DA2CD4 /* ActionOff.png in Resources */, A261A8260C6A0D68003BAFDA /* Error.png in Resources */, A2EF7DEC0C96297400FA9811 /* PurpleDot.png in Resources */, - A2041D530C9AC523000ACFFB /* Lock.tiff in Resources */, A24872B60C9B6BB9000F5B92 /* Advanced.png in Resources */, A2A6E3A00CA7E4C900F10FEF /* AboutWindow.nib in Resources */, A2BC19850CA9AF5A00DD302A /* CompleteCheck.png in Resources */, A26E75880CB6AA7500226674 /* InfoOptions.png in Resources */, A26E75960CB6AB4800226674 /* InfoGeneral.png in Resources */, - A22A067E0CB83507009694FE /* InfoTabBack.tif in Resources */, - A22A06980CB83880009694FE /* InfoTabBorder.tif in Resources */, A2DA362A0CBC674900C2ED41 /* InfoActivity.png in Resources */, A2DA362B0CBC674900C2ED41 /* InfoFiles.png in Resources */, A2DA362C0CBC674900C2ED41 /* InfoPeers.png in Resources */, - A2A14A890CC6D25400A7AC1D /* InfoTabBackBlue.tif in Resources */, A2FE61D80CD3D0A500D683E1 /* InfoTabBackGraphite.png in Resources */, + A2F151180CD438A4001F3B0E /* YellowDot.png in Resources */, + A2F151190CD438A4001F3B0E /* RedDot.png in Resources */, + A2F1511A0CD438A4001F3B0E /* GreenDot.png in Resources */, + A2F151200CD438BA001F3B0E /* Lock.png in Resources */, + A2F151240CD438DE001F3B0E /* InfoTabBorder.png in Resources */, + A2F151250CD438DE001F3B0E /* InfoTabBack.png in Resources */, + A2F151260CD438DE001F3B0E /* InfoTabBackBlue.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; diff --git a/macosx/Images/GreenDot.png b/macosx/Images/GreenDot.png new file mode 100644 index 0000000000000000000000000000000000000000..26e24ab5849d08b72307e4a8cd138dc6d0466e13 GIT binary patch literal 593 zcmV-X0+4)?94ac&U`Z~!Z4(lW6|U3nZQ<;5W@5cE^?Iy=Lt9!f95R% zyx=MG@~zvmYF|XxUjoazz?~yG>-O~7o8%6UM9yOAJ9Dq@vr-K11<$!FUBO-imN(6{ z;UQ7Db$Nypxie(_(THHR{*A@rYi1wi`MDn6*qY;kB2l?^w`|#t(`NGcu~9mr&ez&I z7RxWAU^+Pz`Bbb@TAq}yhtk@r2$R5Zlbqa1Z}6qIK&5pM$KDOBZNqwVgPn90g;7{( z9g{#EC+Q-p!6sSH#!57><&5k;NXX!}6|h{}L}6lrW_Jo&K-b~DFPKOVR`DbxA)$_? zl$8xj~}M`wnw$OM4t<(7ATCKg1Ja)w(Spjo;6Ao z%0D3Eony?u!kBlR;ejdER$!}4L1DCjk$A=!RW-h}>{OmhsiT}eG?E*)U7ue|A3s$- z^XAD6kJVJA)s=|AX)-9dussm|^J}y5{>wg3TwYb0&9Q%099eUWjcFPKgM*_4!vPh` zhWHo95)b}6Sh9Nl+v|s&w#Tl%mQ@=5*J-KG^1z3mHZVwt*)r&GaUPWZD{$6e|K+vK zSAFND>`%}yzrFX_^V02i5)v{)^d>T~wt6$LJDNuE)z1iTV*h!u%d~!8q!shEe(U-5 z(>Le;*_Nz2rLpO4z?upM1zG(DS>+wS|6DrGX@Bm_g(WxVA9dKWV+CLEpQ{Jz-!t(4 zJ@$%C;O6OsM1_Yo3_De|t6 zhQz)$53{m?0LlaPGB9v3ibBPKB8*}%aV7>vaTuHNDx(ww&;*cr orYVflaP}NV8K_>M45J2;`9TPApgy22P{{SCfq_9?fB{Ma0N0M#1poj5 diff --git a/macosx/Images/InfoTabBack.png b/macosx/Images/InfoTabBack.png new file mode 100644 index 0000000000000000000000000000000000000000..ecc37eae5c0c38708747c5190ea094ef88130294 GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^&Oj{5!2~3q?q%5u;*_{XlmzFem6RtIr7}3CSCwGG$@Y`wvu!7H|QfQ(}5k*k9=dhb4MEx|#sV?HV-8Cq~;1144GDm_krP={!#H`4+!0S({F1Rg8VO;1 z8TnAM$_2*pDsM8@(FEpHSboxC8zR=JatC8m&au7_QnkFEN{*Yf&+GNlU_y<{^mg7b z<%~hEE0U^fsva}t1m;%nkIe!{P}3%4iYsOf|KEwNf3@1~Eo)s#XQ3Hu_K_ayk7^@A ziU9kKn>F(90D=*KmN(7VonHX2M1a%wW~}Edz>&uQuQmTbPK!xt*`#qfnNkA6_S^RY zO(g=t-AiG2SPRMHscVzEe0%cds5F_Dya{2T-=Fj4GFnD9V>FkUPz+x#AjH_}`jA;z z6sVPArUODWJVH%Xok*ul>T!9U-V1b0k7eYns;6n6>$1@A@au^&Uu0;wRt-l1Vcaw| zpD1RtSy%R=OVyJidx)ajBYHee%y1fc#f;^gig6B`S$C0&Hl`_t%eo<#q-MlaRP1xP zMQr5oi?vqRRBX7wL1P(Y1-)m{B(%dHXu;=T?EpO0IYdZ9SDl_OAk3#%fT6>vmS>oa=gw*UyyD%Q0v=9PByrmocgDJZ;i3OZQ1JBjWqn! zfL6BmasC-R;2AI4;zBDcD_r>4;>k#b3$3oMe&a%gLg70XDi({|Txe}=jSC;!XygYM zDwRq*T&P?w?{cB_^>r?M?4pqkE;KbY^^psqkxec%Jw5%23(d^TeC9&4v$J2g(A?bI lS1vR^KhMSAk;=lt0v|7pi;Ig~ylU+%EiG|lX0ssI2<-G*80000PbVXQnQ*UN; zcVTj606}DLVr3vnZDD6+Qe|Oed2z{QJOBUzFG)l}RCwClS37RQFbsYCC^!;9(r`P+fI ze!fnQdJ;As?h}m`Wc}ho{8|Yc4>zN=WKh@Yf3zSXs$0P?AV>&I+#;BdVvf*|vz9z! zyct!P#A=iAMQ3gi%tzDPc}!@?Sxdg5sVjImh;7FQUjH_+N<^t2WQP8VM*VY(U_NS< rJR>yZtR?4*(a*!)fx3>sMSuYSC?7ETx3#hC00000NkvXXu0mjfZ;PdQ literal 0 HcmV?d00001 diff --git a/macosx/Images/InfoTabBackBlue.tif b/macosx/Images/InfoTabBackBlue.tif deleted file mode 100644 index 258c0b0bfe1e9caccde45f539ad6e9461599d228..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6088 zcmds$Uuau(6vxj^s~dTcs&l&ehl|28#N@USg@k4!>zoQkYByZ<$uzl3Lz>*n&DA7* zn79Y`AXu3l0}*K<6e+e~>^e*52L1t4)3kITd+4jS)w;+Wql$><{>jO2;X>{OU(D?< zC!g~@-*bNVcheh*z>@$SZvePf0l-b)yFvQ{*TL}7BhR_I0MZ#%8F>B(Kls|~{H_(a z8#>UBS2UKD!~Oj)X`GQVqV|2~b^Ax)H07FCn{{WcW#*2_ii)nk@#Bw+*%$!VjU3OZ zGV0to@}8lT&YxFJx6Qo#kK5#3V(Ql&C7k(QDkF)&=gcERTphJ~2K0?}GOH zjcI?pqCZz|Z>6C%_KCfzyk%w_w+zrKZ_Frs1rQzp=v-)MukHYRCICFz(a;V&4shSw z0H4dfhx2kYmJ(HdNK7O%Ax~}bs)tX;L!Oh*M7kq#pE#U+VN?;1kG^~&HkyhB;-15Y zdh@}2T26~_xPUm9CG(6@l(NpqsPo?n1wvUswxKsA(zYfa!>mtB_U`(qR{OZ{C+PwyxBrV zjpn_X>=U?|eiz9>YRhDO`VIMFQd&q33O&AV0XK5@3g%Y0sX(W|gdT&K!L#S^kkAGH zKqvkV`Wt|u&V3w5ypMC~Z$J;ZhB%xN8*@s@Fb|DN2vb${mp?g7(-9o*i!4*R$V z>wNztw;%2@_ub7sOx(pi!puKtGR}8h)_2^GbnI*vc4_ZE_CJOnc)wk)vC_|DrJtDC zlo}-x2~fA}VhzLuc3K>n&4J}|Sw8~y{=XL<n&4EixOXn9h&o68-u_-l5Bod%**~J=&3GB2uGMfV{mCA+1tqY64FtI5$ zN+c4XZrQ~ehzabpI5L|9mzS46y7FrqtZKFT@z>jJu<#(Ce0QS_*2>DtWckKqxyHn% z)F_cifVyQDYak}D)8fc%4qRPbEmms9%I{2UN{teU1gKkfu?AuSJ1vgP=D@YJHRcG0 zXn&5KyK*`ccej574JRHXHM5bL*<@lnvW2Tn{(Fh?*%`*ZBv zmD8EHyZswzIPoCz7h7$xip8S(<+i%8-H1)8Q6iB5b;~Z+Kuln##gVx_aB6C*aOJl) zSku$fr@yV8{-)N5O{q~LkpOkeF4jOyV5h~Axjt}aX6DQfH_v>3vk{w8qeLPB>Xu!s zftbKfiz9P=;Oy+|yVYA~tG6f;Sc+`5rGd-@c3K>nX<(^TdhgopHdu3Wb01va8N0qi zk-$=9t1S&=Ca}}u$V>z0=jT6M|MT4XUla)}MYh_~KxP6vEso4I5D)TByIkY{0`qC{ AA^-pY diff --git a/macosx/Images/InfoTabBorder.png b/macosx/Images/InfoTabBorder.png new file mode 100644 index 0000000000000000000000000000000000000000..aa91efdb3ce828c81c026c251f10565e44f33f6d GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^j6f{O!2~4hKV8-UaY|exN`mv#O3D+9QW+dm@{>{( zJaZG%Q-e|yQz{EjrrH1%*?77*hE&`N={n8HV8G#QDp**R{^gy}T2_8un@@@-eBS1D zoNx}cFO$w)ueHP4RL&S3j3^P62?^R#$?Gt+!t7p5$`>geS~M#oaA6wRqtNuzUBmuZGe@0p6_ z*p?$RO+{^Me|#0ha<;vsQS4aY{=XaVe=FPJqoA*3aJ?Jr)=^$KFWVj=UjUBtyE&?# z0CEL@o)6vF<6i*pB!ElNZfxWVz?oM7@9oTlZ_7$WW3;4|bu%mMef%s?UCjzlZsrqt zdrDi>?=Cyq-15VDWx1lHRAFK~12)UnJ{3ritn=yZ6EvPt*H1pbpUOxM{{xV*$y1M$KV~s|m x*=+9a?(PM)zrTNQaBvt{tybIE*r?a*o12?kTU*=P+dDfus7E1c&{kGf;4k3C_l^Jn diff --git a/macosx/Images/Lock.png b/macosx/Images/Lock.png new file mode 100644 index 0000000000000000000000000000000000000000..a669cc1be7c4669e48e79611b2c16306c7944cc7 GIT binary patch literal 515 zcmV+e0{s1nP)lU0HS z9y1JY-oE+GNM%4KZZ~0c+vKtg z<}lYwKwg>i!|J_24pt4H+)#Xh7L-X9)>Io-Uo&*&RbdWuJs*+PW2F)%ULMGD6PEr3 zQ`aDL9lUVu^V)IXeFavR$!1`-1z~g`OeWJ8g&+K6eK7{x!SFLao}OZXt{@Hc*+He* z7E9LbDLQjqcBGn0?Ut*z@15aMzW(yg6!zu6 z9a$9Sr#1YL-08f*uYP87gH`=Z=K#I>8HXM8YNtJ6$a-n!{`<}A-D-(WI`YpBnn=!1 zyJ#S4eq@EK$kDWunxeCobU4+{XqixU)llFP%kL%Yjuh>m|4ico*Zk}^J^S=NiF7L1 zZM@~fwji;JO->>4&T{PqK}$Akon~NJ(&)vh!O?g|fu+*exv1o-iEpvZX~P9CI2aiC z7#SFt8Gup8AOIv7k=RUNHVXp-QyL>PRGby4h7HPQ0I2#WgNzxZkn)7&Eh-O$hNP~=h^p}CwALY zpYPN2`SE%_Kc26!EDQB419h&t0S^8MA#|OX24)Mu1Qjk?vXDiVP|7=+sfm;^{( zT;Onh9nY3EzX@zJgkv2lZ7zqflY@PIFkWBrc6EhxEG7-E&Q7UgTk7s^l2lX;zBvgU z;A{j&Jeds4(^C|^UP))edpwShY!)8V1pBZrNl^#za#Ev2DVIYlmDG~YOF)C_cBurD zY|Zv%B!%h}R0C70mzYZvq_KciEzTRGdN`c#5u~0TGZEbKo zJaFWhnt~4C*?zA9M?*k=_VIDv8wvsT6d3jvjp7~HVjtB&**tBG4C5<%_JQy)Fy`y- z9+2-KoxZ&W&cna~9iMoz+{C}{KxmM5dw1Cxe%e7VD!B5F{=Y;8X|hF?$N^ur6jl1Q l06IvC>XD`Y2MX{bzyLH8u<mdRmmgM<37C+E`Zw_N1tJo7Hwy#CCxNgtTl*qEj*B$@yA*cV^F?OeO} z%97od`{VM4FKuoNX?*bgcZP~k{r2tezw`5VAIQwR|GRc98ucpszw14{zO(#YT=evHPtWg+%&TT#J;S4Vxuw)e$obIiqW@R+A7p6%{YQ^` z|N7s**ckg?*zlYBo__IC!EcqoHU{1%7NMRKf;MG#j|_VLtziFSrOD;~`_QvqgH3Fk z59t)iFexO=ViWJ?5abC_aFaasf9}Q|dS%BN7~6D?1=d709_^T-z_cJ?5u1oY;x0D% zlb>>?t1KvTV&zbpWW~njks+Yhc>0A%Orv*)$eM0VjTD7f4H+`G*^YWlVq)N9WME)s z07e~y0FYorVl#o+EDQ`xX^hNJaaN!jHYl43$QEP($^-Q>FmN!6LdAh1jAAfxCI&`v y7@KheqZ9+s1dw{BJVt3ayNpo=suw83sDWgD5JDWN4`>S%a{XywU{DuefYJcVmc^O? diff --git a/macosx/Images/YellowDot.png b/macosx/Images/YellowDot.png new file mode 100644 index 0000000000000000000000000000000000000000..255141e41e253ea7b7bf14c84ef92a82cea46530 GIT binary patch literal 573 zcmV-D0>b@?P)+TAE&CJWaGw*F4CfyF4nR(})d*0m?ZPr}(z!c)C_JAzpPOfHk5{qAJRUALVBbB5sG$IT%fA8KQXa9!E3k&O1lKe`U=XF5 zxFy(88iFqH7D`}^GPtemf}VjD!LH}vt(~|EB{d2xq_vkL5oyfrH_w4z zj$i{Gy)_XMgyt5YwF`(Vj^2)poJ25U8!btNgb=htc3GlBbW*Gk#G=b06a*c*bm*{ns;H%N2g8dH z;b|etA{1IWC`1s|DS{}xtW<;9&BMC9z3bk!p>wrgJ7!PTDo4;Zl&sg4-E2fZ5s>O<_!RMfX$1X$xuFP^YX|`vd@pV7LqP9QW~{N^`@=VYkeE_ z)!~imZCfdgSw%VTk$3k}y*;Fx43QJ$v`1Po<>cAjo1tX2YV75m&eG$NR_t$knci8d zqj%cokTq*SDj;y8cX^A+ObIDic4SXq|1HW!XKw#?^zg{&|yJzX4*L-UR>v diff --git a/macosx/InfoTabButtonCell.m b/macosx/InfoTabButtonCell.m index 8f22d15f8..e0e005970 100644 --- a/macosx/InfoTabButtonCell.m +++ b/macosx/InfoTabButtonCell.m @@ -76,7 +76,7 @@ if (!fSelectedImage) { fSelectedImage = [NSColor currentControlTint] == NSGraphiteControlTint - ? [[NSImage imageNamed: @"InfoTabBackGraphite.png"] copy] : [[NSImage imageNamed: @"InfoTabBackBlue.tif"] copy]; + ? [[NSImage imageNamed: @"InfoTabBackGraphite.png"] copy] : [[NSImage imageNamed: @"InfoTabBackBlue.png"] copy]; createImage = YES; } tabImage = fSelectedImage; @@ -85,7 +85,7 @@ { if (!fRegularImage) { - fRegularImage = [[NSImage imageNamed: @"InfoTabBack.tif"] copy]; + fRegularImage = [[NSImage imageNamed: @"InfoTabBack.png"] copy]; createImage = YES; } tabImage = fRegularImage; diff --git a/macosx/InfoWindowController.m b/macosx/InfoWindowController.m index dd87e8e04..0b2b755b3 100644 --- a/macosx/InfoWindowController.m +++ b/macosx/InfoWindowController.m @@ -94,7 +94,7 @@ typedef enum [window setAcceptsMouseMovedEvents: YES]; //set tab images and tooltips - [fTabBackBar setBackgroundImage: [NSImage imageNamed: @"InfoTabBorder.tif"]]; + [fTabBackBar setBackgroundImage: [NSImage imageNamed: @"InfoTabBorder.png"]]; [[fTabMatrix cellWithTag: TAB_INFO_TAG] setIcon: [NSImage imageNamed: @"InfoGeneral.png"]]; [[fTabMatrix cellWithTag: TAB_ACTIVITY_TAG] setIcon: [NSImage imageNamed: @"InfoActivity.png"]]; [[fTabMatrix cellWithTag: TAB_PEERS_TAG] setIcon: [NSImage imageNamed: @"InfoPeers.png"]]; @@ -658,7 +658,7 @@ typedef enum NSDictionary * peer = [fPeers objectAtIndex: row]; if ([ident isEqualToString: @"Encryption"]) - return [[peer objectForKey: @"Encryption"] boolValue] ? [NSImage imageNamed: @"Lock.tiff"] : nil; + return [[peer objectForKey: @"Encryption"] boolValue] ? [NSImage imageNamed: @"Lock.png"] : nil; else if ([ident isEqualToString: @"Client"]) return [peer objectForKey: @"Client"]; else if ([ident isEqualToString: @"Progress"]) diff --git a/macosx/MessageWindowController.m b/macosx/MessageWindowController.m index 1d0b6b78d..ed2a9f6ee 100644 --- a/macosx/MessageWindowController.m +++ b/macosx/MessageWindowController.m @@ -84,8 +84,8 @@ [self updateLog: nil]; } - fErrorImage = [NSImage imageNamed: @"RedDot.tiff"]; - fInfoImage = [NSImage imageNamed: @"YellowDot.tiff"]; + fErrorImage = [NSImage imageNamed: @"RedDot.png"]; + fInfoImage = [NSImage imageNamed: @"YellowDot.png"]; fDebugImage = [NSImage imageNamed: @"PurpleDot.png"]; //set images to popup button items diff --git a/macosx/PrefsController.m b/macosx/PrefsController.m index 876a1dba0..09710162f 100644 --- a/macosx/PrefsController.m +++ b/macosx/PrefsController.m @@ -249,14 +249,14 @@ case TR_NAT_TRAVERSAL_MAPPED: [fNatStatusField setStringValue: NSLocalizedString(@"Port successfully mapped", "Preferences -> Advanced -> port map status")]; - [fNatStatusImage setImage: [NSImage imageNamed: @"GreenDot.tiff"]]; + [fNatStatusImage setImage: [NSImage imageNamed: @"GreenDot.png"]]; break; case TR_NAT_TRAVERSAL_NOTFOUND: case TR_NAT_TRAVERSAL_ERROR: [fNatStatusField setStringValue: NSLocalizedString(@"Error mapping port", "Preferences -> Advanced -> port map status")]; - [fNatStatusImage setImage: [NSImage imageNamed: @"RedDot.tiff"]]; + [fNatStatusImage setImage: [NSImage imageNamed: @"RedDot.png"]]; break; default: @@ -286,20 +286,20 @@ { case PORT_STATUS_OPEN: [fPortStatusField setStringValue: NSLocalizedString(@"Port is open", "Preferences -> Advanced -> port status")]; - [fPortStatusImage setImage: [NSImage imageNamed: @"GreenDot.tiff"]]; + [fPortStatusImage setImage: [NSImage imageNamed: @"GreenDot.png"]]; break; case PORT_STATUS_STEALTH: [fPortStatusField setStringValue: NSLocalizedString(@"Port is stealth", "Preferences -> Advanced -> port status")]; - [fPortStatusImage setImage: [NSImage imageNamed: @"RedDot.tiff"]]; + [fPortStatusImage setImage: [NSImage imageNamed: @"RedDot.png"]]; break; case PORT_STATUS_CLOSED: [fPortStatusField setStringValue: NSLocalizedString(@"Port is closed", "Preferences -> Advanced -> port status")]; - [fPortStatusImage setImage: [NSImage imageNamed: @"RedDot.tiff"]]; + [fPortStatusImage setImage: [NSImage imageNamed: @"RedDot.png"]]; break; case PORT_STATUS_ERROR: [fPortStatusField setStringValue: NSLocalizedString(@"Unable to check port status", "Preferences -> Advanced -> port status")]; - [fPortStatusImage setImage: [NSImage imageNamed: @"YellowDot.tiff"]]; + [fPortStatusImage setImage: [NSImage imageNamed: @"YellowDot.png"]]; break; } [portChecker release];