Implement url adress widget
This commit is contained in:
committed by
wmayer
parent
954c198360
commit
f827ab776e
@@ -131,7 +131,9 @@ Gui::ToolBarItem* StartGui::Workbench::setupToolBars() const
|
||||
// web navigation toolbar
|
||||
Gui::ToolBarItem* navigation = new Gui::ToolBarItem(root);
|
||||
navigation->setCommand("Navigation");
|
||||
*navigation << "Web_OpenWebsite"
|
||||
*navigation << "Web_BrowserSetURL"
|
||||
<< "Separator"
|
||||
<< "Web_OpenWebsite"
|
||||
<< "Start_StartPage"
|
||||
<< "Separator"
|
||||
<< "Web_BrowserBack"
|
||||
|
||||
Reference in New Issue
Block a user