--- chimera/MainController.h 2002/02/05 08:45:58 1.14 +++ chimera/MainController.h 2002/02/09 20:31:06 1.15 @@ -52,6 +52,9 @@ -(IBAction) reload:(id)aSender; -(IBAction) stop:(id)aSender; +// Bookmarks menu actions. +-(IBAction) addBookmark:(id)aSender; + -(BrowserWindowController*)openBrowserWindowWithURLString: (NSString*)aURL; -(BrowserWindowController*)openBrowserWindowWithURL: (NSURL*)aURL;