mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-22 06:03:57 -06:00
Use Cura.Menu instead of UM.Menu
Same as the previous commit. Use the specialised variant provided by Cura instead of the generic one of UM CURA-8683
This commit is contained in:
parent
3130ea0f74
commit
babf3043f8
6 changed files with 8 additions and 10 deletions
|
@ -9,7 +9,7 @@ import Cura 1.1 as Cura
|
|||
|
||||
import "../Dialogs"
|
||||
|
||||
UM.Menu
|
||||
Cura.Menu
|
||||
{
|
||||
id: saveProjectMenu
|
||||
title: catalog.i18nc("@title:menu menubar:file", "Save Project...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue