keep strings consistent

This commit is contained in:
Mitchell Livingston
2008-05-23 16:56:03 +00:00
parent ecb0dfc0f3
commit 6345b6ba11
4 changed files with 5 additions and 3 deletions

View File

@@ -687,7 +687,7 @@
item = [menu itemWithTag: ACTION_MENU_GLOBAL_TAG];
[item setState: mode == NSMixedState ? NSOnState : NSOffState];
}
else //assume the menu is part of the file list
else //assume the menu is part of the file list
{
if ([menu numberOfItems] > 0)
return;