source: releases/ICeCoffEE/1.5b5/ICeCoffEE/ICeCoffEEPDFView.m@ 496

Last change on this file since 496 was 469, checked in by Nicholas Riley, 16 years ago

Services in PDFView/WebPDFView; activate on dynamic WebKit/PDFKit loading.

File size: 352 bytes
Line 
1//
2// ICeCoffEEPDFView.m
3// ICeCoffEE
4//
5// Created by Nicholas Riley on 3/28/08.
6// Copyright 2008 Nicholas Riley. All rights reserved.
7//
8
9#import "ICeCoffEEPDFView.h"
10
11
12@implementation ICeCoffEEPDFView
13
14- (NSMenu *)menuForEvent:(NSEvent *)e;
15{
16 NSMenu *myMenu = [super menuForEvent: e];
17 return ICCF_MenuForEvent(self, myMenu, e);
18}
19
20@end
Note: See TracBrowser for help on using the repository browser.