* WebView.subproj/WebDefaultContextMenuDelegate.m:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8444
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-01-24 Maciej Stachowiak <mjs@apple.com>
+
+ Fixed Panther build (missing ifdef)
+
+ * WebView.subproj/WebDefaultContextMenuDelegate.m:
+
2005-01-24 John Sullivan <sullivan@apple.com>
Reviewed by Darin.
@implementation WebDefaultUIDelegate (WebContextMenu)
+#ifndef OMIT_TIGER_FEATURES
static NSString *localizedMenuTitleFromAppKit(NSString *key, NSString *comment)
{
NSBundle *appKitBundle = [NSBundle bundleWithIdentifier:@"com.apple.AppKit"];
}
return NSLocalizedStringFromTableInBundle(key, @"MenuCommands", appKitBundle, comment);
}
+#endif
- (NSMenuItem *)menuItemWithTag:(int)tag
{