Changeset 959 for trunk/macosx/PrefsController.m
- Timestamp:
- Sep 28, 2006, 11:12:14 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/PrefsController.m
r958 r959 428 428 if (status == 2) 429 429 { 430 [fNatStatusField setStringValue: @"Port ssuccessfully mapped"];430 [fNatStatusField setStringValue: @"Port successfully mapped"]; 431 431 [fNatStatusImage setImage: [NSImage imageNamed: @"Check.png"]]; 432 432 } 433 433 else if (status == 3 || status == 4) 434 434 { 435 [fNatStatusField setStringValue: @"Error mapping port s"];435 [fNatStatusField setStringValue: @"Error mapping port"]; 436 436 [fNatStatusImage setImage: [NSImage imageNamed: @"Error.tiff"]]; 437 437 }
Note: See TracChangeset
for help on using the changeset viewer.