mirror of
https://github.com/transmission/transmission
synced 2025-02-20 13:16:53 +00:00
on Tiger show a Network icon in prefs
This commit is contained in:
parent
6057eb0ab6
commit
ea14cc231e
3 changed files with 8 additions and 4 deletions
|
@ -145,6 +145,7 @@
|
|||
A29AF4F90D01BAEB00D097EC /* UpArrowTemplate.png in Resources */ = {isa = PBXBuildFile; fileRef = A29AF4F80D01BAEB00D097EC /* UpArrowTemplate.png */; };
|
||||
A29B0C270BD15FEF0006F230 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = A2F8951E0A2D4BA500ED2127 /* Credits.rtf */; };
|
||||
A29C8B370ACC6EB3000ED9F9 /* PortChecker.m in Sources */ = {isa = PBXBuildFile; fileRef = A29C8B350ACC6EB3000ED9F9 /* PortChecker.m */; };
|
||||
A29E04B50DA8764100705643 /* Network.png in Resources */ = {isa = PBXBuildFile; fileRef = A29E04B40DA8764100705643 /* Network.png */; };
|
||||
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 */; };
|
||||
|
@ -560,6 +561,7 @@
|
|||
A29AF4F80D01BAEB00D097EC /* UpArrowTemplate.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = UpArrowTemplate.png; path = macosx/Images/UpArrowTemplate.png; sourceTree = "<group>"; };
|
||||
A29C8B340ACC6EB3000ED9F9 /* PortChecker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PortChecker.h; path = macosx/PortChecker.h; sourceTree = "<group>"; };
|
||||
A29C8B350ACC6EB3000ED9F9 /* PortChecker.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PortChecker.m; path = macosx/PortChecker.m; sourceTree = "<group>"; };
|
||||
A29E04B40DA8764100705643 /* Network.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Network.png; path = macosx/Images/Network.png; sourceTree = "<group>"; };
|
||||
A2A1CB770BF29D5500AE959F /* PeerProgressIndicatorCell.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PeerProgressIndicatorCell.h; path = macosx/PeerProgressIndicatorCell.h; sourceTree = "<group>"; };
|
||||
A2A1CB780BF29D5500AE959F /* PeerProgressIndicatorCell.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; name = PeerProgressIndicatorCell.m; path = macosx/PeerProgressIndicatorCell.m; sourceTree = "<group>"; };
|
||||
A2A306530AAD24A80049E2AC /* UKFileWatcher.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = UKFileWatcher.h; path = macosx/UKKQueue/UKFileWatcher.h; sourceTree = "<group>"; };
|
||||
|
@ -961,9 +963,11 @@
|
|||
A2F151170CD438A4001F3B0E /* GreenDot.png */,
|
||||
A2EF7DEB0C96297400FA9811 /* PurpleDot.png */,
|
||||
A2BC19840CA9AF5A00DD302A /* CompleteCheck.png */,
|
||||
A2D0E0480A54A97C003C72CF /* Bandwidth.png */,
|
||||
4D752E920913C949008EAAD4 /* Preferences.png */,
|
||||
A21DFF0F0A292B2B007C5F76 /* Transfers.png */,
|
||||
A2D0E0480A54A97C003C72CF /* Bandwidth.png */,
|
||||
A24872B50C9B6BB9000F5B92 /* Advanced.png */,
|
||||
A29E04B40DA8764100705643 /* Network.png */,
|
||||
4D2784360905709500687951 /* Transmission.icns */,
|
||||
4D043A7E090AE979009FEDA8 /* TransmissionDocument.icns */,
|
||||
A232D29D0A70903E00973B12 /* Filter.png */,
|
||||
|
@ -992,7 +996,6 @@
|
|||
4DA6FDC3091141AD00450CB1 /* ResumeOff.png */,
|
||||
4DA6FDC4091141AD00450CB1 /* ResumeOn.png */,
|
||||
A2623B3D0D3DC5930045D19A /* ResumeHover.png */,
|
||||
4D752E920913C949008EAAD4 /* Preferences.png */,
|
||||
4DE5CCA80980739100BE280E /* Badge.png */,
|
||||
4DDFDD20099A5D8E00189D81 /* DownloadBadge.png */,
|
||||
4DDFDD21099A5D8E00189D81 /* UploadBadge.png */,
|
||||
|
@ -1693,6 +1696,7 @@
|
|||
A233BD330D8C6585007EE7B4 /* MessageWindow.xib in Resources */,
|
||||
A233BD690D8CF2C7007EE7B4 /* StatsWindow.xib in Resources */,
|
||||
A2D307B10D9EC9F50051FD27 /* BlocklistStatusWindow.xib in Resources */,
|
||||
A29E04B50DA8764100705643 /* Network.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
|
|
BIN
macosx/Images/Network.png
Normal file
BIN
macosx/Images/Network.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
|
@ -194,7 +194,7 @@
|
|||
[item setAction: @selector(setPrefView:)];
|
||||
[item setAutovalidates: NO];
|
||||
}
|
||||
#warning update tiger images
|
||||
#warning update tiger image
|
||||
else if ([ident isEqualToString: TOOLBAR_PEERS])
|
||||
{
|
||||
[item setLabel: NSLocalizedString(@"Peers", "Preferences -> toolbar item title")];
|
||||
|
@ -206,7 +206,7 @@
|
|||
else if ([ident isEqualToString: TOOLBAR_NETWORK])
|
||||
{
|
||||
[item setLabel: NSLocalizedString(@"Network", "Preferences -> toolbar item title")];
|
||||
[item setImage: [NSImage imageNamed: [NSApp isOnLeopardOrBetter] ? NSImageNameNetwork : @"Advanced.png"]];
|
||||
[item setImage: [NSImage imageNamed: [NSApp isOnLeopardOrBetter] ? NSImageNameNetwork : @"Network.png"]];
|
||||
[item setTarget: self];
|
||||
[item setAction: @selector(setPrefView:)];
|
||||
[item setAutovalidates: NO];
|
||||
|
|
Loading…
Reference in a new issue