0000653: Menu shortcuts for the Sketcher item overlap with the Tools menu item

This commit is contained in:
wmayer
2012-04-11 12:24:51 +02:00
parent a7362937db
commit 5c0cdea832
37 changed files with 50 additions and 51 deletions

View File

@@ -57,7 +57,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
Gui::MenuItem* sketch = new Gui::MenuItem;
root->insertItem(item, sketch);
sketch->setCommand("Ske&tch");
sketch->setCommand("S&ketch");
Gui::MenuItem* geom = new Gui::MenuItem();
geom->setCommand("Sketcher geometries");
*geom /*<< "Sketcher_CreatePoint"*/