Assembly: Fix conflicting shortcut for Exploded view
This commit is contained in:
committed by
Chris Hennes
parent
b3680522f3
commit
613b56db9d
@@ -53,7 +53,7 @@ class CommandCreateView:
|
||||
return {
|
||||
"Pixmap": "Assembly_ExplodedView",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateView", "Create Exploded View"),
|
||||
"Accel": "V",
|
||||
"Accel": "E",
|
||||
"ToolTip": "<p>"
|
||||
+ QT_TRANSLATE_NOOP(
|
||||
"Assembly_CreateView",
|
||||
|
||||
@@ -45,7 +45,6 @@ class CommandExportASMT:
|
||||
return {
|
||||
"Pixmap": "Assembly_ExportASMT",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Assembly_ExportASMT", "Export ASMT File"),
|
||||
"Accel": "E",
|
||||
"ToolTip": QT_TRANSLATE_NOOP(
|
||||
"Assembly_ExportASMT",
|
||||
"Export currently active assembly as a ASMT file.",
|
||||
|
||||
Reference in New Issue
Block a user