Changeset 974 for trunk/macosx
- Timestamp:
- Oct 4, 2006, 1:46:20 AM (16 years ago)
- Location:
- trunk/macosx
- Files:
-
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/English.lproj/PrefsWindow.nib/info.nib
r957 r974 14 14 <string>213 415 563 317 0 0 1152 842 </string> 15 15 <key>66</key> 16 <string> 294 499 563 1590 0 1152 842 </string>16 <string>162 503 563 144 0 0 1152 842 </string> 17 17 </dict> 18 18 <key>IBFramework Version</key> … … 27 27 </array> 28 28 <key>IBSystem Version</key> 29 <string>8 J135</string>29 <string>8L127</string> 30 30 </dict> 31 31 </plist> -
trunk/macosx/PrefsController.m
r959 r974 429 429 { 430 430 [fNatStatusField setStringValue: @"Port successfully mapped"]; 431 [fNatStatusImage setImage: [NSImage imageNamed: @" Check.png"]];431 [fNatStatusImage setImage: [NSImage imageNamed: @"GreenDot.png"]]; 432 432 } 433 433 else if (status == 3 || status == 4) 434 434 { 435 435 [fNatStatusField setStringValue: @"Error mapping port"]; 436 [fNatStatusImage setImage: [NSImage imageNamed: @" Error.tiff"]];436 [fNatStatusImage setImage: [NSImage imageNamed: @"RedDot.tiff"]]; 437 437 } 438 438 else
Note: See TracChangeset
for help on using the changeset viewer.