Fixed forward button.

git-svn-id: svn://10.0.0.236/trunk@12439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scullin%netscape.com 1998-10-09 19:06:19 +00:00
parent fab44e06aa
commit 144346e743

View File

@ -980,7 +980,7 @@ nsBrowserWindow::CreateToolBar(PRInt32 aWidth)
}
if (NS_OK == mForward->QueryInterface(kIWidgetIID,(void**)&widget))
{
widget->Create(mWindow, r, HandleBackEvent, NULL);
widget->Create(mWindow, r, HandleForwardEvent, NULL);
widget->SetFont(font);
widget->Show(PR_TRUE);
mForward->SetLabel("Forward");