mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Change the comment of the UFP mimetype to the correct description
This commit is contained in:
parent
3f02ad7619
commit
620cd9c45d
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ class UFPReader(MeshReader):
|
||||||
MimeTypeDatabase.addMimeType(
|
MimeTypeDatabase.addMimeType(
|
||||||
MimeType(
|
MimeType(
|
||||||
name = "application/x-ufp",
|
name = "application/x-ufp",
|
||||||
comment = "Cura UFP File",
|
comment = "Ultimaker Format Package",
|
||||||
suffixes = ["ufp"]
|
suffixes = ["ufp"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
@ -28,7 +28,7 @@ class UFPWriter(MeshWriter):
|
||||||
MimeTypeDatabase.addMimeType(
|
MimeTypeDatabase.addMimeType(
|
||||||
MimeType(
|
MimeType(
|
||||||
name = "application/x-ufp",
|
name = "application/x-ufp",
|
||||||
comment = "Cura UFP File",
|
comment = "Ultimaker Format Package",
|
||||||
suffixes = ["ufp"]
|
suffixes = ["ufp"]
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue