Wired the stop button up to the webshell...

This commit is contained in:
rpotts%netscape.com 1998-10-16 22:47:58 +00:00
parent 26b1c2655d
commit 0b7c4ac2fa

View File

@ -2030,6 +2030,11 @@ nsBrowserWindow::NotifyImageButtonEvent(nsIImageButton * aImgBtn, nsGUIEvent* an
// Do the rest of the commands
switch (command) {
case kStopCmd :
mWebShell->Stop();
UpdateToolbarBtns();
break;
case kBackCmd :
Back();
UpdateToolbarBtns();