mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 05:39:02 +08:00
Change the comment of the UFP mimetype to the correct description
This commit is contained in:
parent
3f02ad7619
commit
620cd9c45d
@ -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…
x
Reference in New Issue
Block a user