Changed extension of 3mf projects to curaproject.3mf

CURA-1263
This commit is contained in:
Jaime van Kessel 2016-12-05 11:27:36 +01:00
parent 56daf80f2f
commit 1860b8667b
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@ def getMetaData():
"workspace_reader":
[
{
"extension": "3mf",
"extension": "curaproject.3mf",
"description": catalog.i18nc("@item:inlistbox", "3MF File")
}
]