Changeset 2129
- Timestamp:
- Jun 17, 2007, 2:02:33 PM (15 years ago)
- Location:
- branches/file_selection/macosx
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/file_selection/macosx/CreatorWindowController.h
r2111 r2129 29 29 @interface CreatorWindowController : NSWindowController 30 30 { 31 IBOutlet NSImageView * fIcon , * fLocationIcon;31 IBOutlet NSImageView * fIcon; 32 32 IBOutlet NSTextField * fNameField, * fStatusField, * fPiecesField, * fTrackerField, * fLocationField; 33 33 IBOutlet NSTextView * fCommentView; -
branches/file_selection/macosx/CreatorWindowController.m
r2123 r2129 116 116 fLocation = [[[DEFAULT_SAVE_LOCATION stringByAppendingPathComponent: [name stringByAppendingPathExtension: @"torrent"]] 117 117 stringByExpandingTildeInPath] retain]; 118 [fLocationIcon setImage: [[NSWorkspace sharedWorkspace] iconForFile: [fLocation stringByDeletingLastPathComponent]]];119 118 [fLocationField setStringValue: [fLocation stringByAbbreviatingWithTildeInPath]]; 120 119 [fLocationField setToolTip: fLocation]; … … 224 223 fLocation = [[panel filename] retain]; 225 224 226 [fLocationIcon setImage: [[NSWorkspace sharedWorkspace] iconForFile: [fLocation stringByDeletingLastPathComponent]]];227 225 [fLocationField setStringValue: [fLocation stringByAbbreviatingWithTildeInPath]]; 228 226 [fLocationField setToolTip: fLocation]; -
branches/file_selection/macosx/English.lproj/Creator.nib/classes.nib
r2111 r2129 14 14 fIcon = NSImageView; 15 15 fLocationField = NSTextField; 16 fLocationIcon = NSImageView;17 16 fNameField = NSTextField; 18 17 fPiecesField = NSTextField; -
branches/file_selection/macosx/English.lproj/Creator.nib/info.nib
r2123 r2129 9 9 <key>IBOpenObjects</key> 10 10 <array> 11 <integer>45</integer> 11 12 <integer>5</integer> 12 <integer>45</integer>13 13 </array> 14 14 <key>IBSystem Version</key>
Note: See TracChangeset
for help on using the changeset viewer.