Fixed forward button.
git-svn-id: svn://10.0.0.236/trunk@12439 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
fab44e06aa
commit
144346e743
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user