This commit is contained in:
scullin%netscape.com 1998-10-09 19:06:19 +00:00
Родитель 39890f660f
Коммит fa5a4e0e56
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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");