small name change and other trivial adjustments

This commit is contained in:
Mitchell Livingston
2007-10-17 23:33:22 +00:00
parent 9da5aaef2c
commit a2f3b0dac6
5 changed files with 12 additions and 11 deletions

View File

@@ -2829,8 +2829,8 @@ void sleepCallBack(void * controller, io_service_t y, natural_t messageType, voi
//enable show info
if (action == @selector(showInfo:))
{
NSString * title = [[fInfoController window] isVisible] ? NSLocalizedString(@"Hide Inspector",
"View menu -> Inspector") : NSLocalizedString(@"Show Inspector", "View menu -> Inspector");
NSString * title = [[fInfoController window] isVisible] ? NSLocalizedString(@"Hide Inspector", "View menu -> Inspector")
: NSLocalizedString(@"Show Inspector", "View menu -> Inspector");
if (![[menuItem title] isEqualToString: title])
[menuItem setTitle: title];