diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-01-18 23:39:02 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2015-01-18 23:39:02 +0000 |
| commit | b110da792704a1d7d1e4553db6382d24baea2d96 (patch) | |
| tree | 99e88a4667274675ac838069b9a277a9274ed42f /macosx/Source/RecentItemsMenu.h | |
| parent | 6d22fc23d241b17c059b4582741bb49787c324a1 (diff) | |
| download | pcsxr-b110da792704a1d7d1e4553db6382d24baea2d96.tar.gz | |
OS X: Add icons to the recent item menu.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@92935 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Source/RecentItemsMenu.h')
| -rw-r--r-- | macosx/Source/RecentItemsMenu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/Source/RecentItemsMenu.h b/macosx/Source/RecentItemsMenu.h index d5bb2e07..0d0a64e4 100644 --- a/macosx/Source/RecentItemsMenu.h +++ b/macosx/Source/RecentItemsMenu.h @@ -16,7 +16,7 @@ - (IBAction)clearRecentDocuments:(id)sender; - (void)addRecentItem:(NSURL*)documentURL; - (NSMenuItem*)newMenuItem:(NSURL*)documentURL; -- (void)openRecentItem:(NSMenuItem*)sender; +- (IBAction)openRecentItem:(NSMenuItem*)sender; - (void)addMenuItem:(NSMenuItem*)item; @end |
