version 1.17, 2002/02/05 09:51:56
|
version 1.18, 2002/02/07 05:11:38
|
Line 47 static NSString *PrintToolbarItemIdentif
|
Line 47 static NSString *PrintToolbarItemIdentif
|
[self loadURL: mURL]; |
[self loadURL: mURL]; |
[mURL release]; |
[mURL release]; |
} |
} |
|
|
|
[mSidebarDrawer setDelegate: self]; |
|
} |
|
|
|
- (void)drawerDidOpen:(NSNotification *)aNotification |
|
{ |
|
[[mSidebarBrowserView getBrowserView] loadURI: [NSURL URLWithString: @"http://tinderbox.mozilla.org/SeaMonkey/panel.html"] flags:NSLoadFlagsNone]; |
} |
} |
|
|
- (void)setupToolbar |
- (void)setupToolbar |