Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/PhotonWorkshopFile.cs')
-rw-r--r--UVtools.Core/FileFormats/PhotonWorkshopFile.cs12
1 files changed, 6 insertions, 6 deletions
diff --git a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
index 445d6b4..0fbaee3 100644
--- a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
+++ b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
@@ -772,12 +772,12 @@ namespace UVtools.Core.FileFormats
public override FileExtension[] FileExtensions { get; } = {
- new FileExtension("pwmx", "Photon Mono X (PWMX)"),
- new FileExtension("pwms", "Photon Mono SE (PWMS)"),
- new FileExtension("pwmo", "Photon Mono (PWMO)"),
- new FileExtension("pwx", "Photon X (PWX)"),
- new FileExtension("pws", "Photon / Photon S (PWS)"),
- new FileExtension("pw0", "Photon Zero (PW0)"),
+ new("pwmx", "Photon Mono X (PWMX)"),
+ new("pwms", "Photon Mono SE (PWMS)"),
+ new("pwmo", "Photon Mono (PWMO)"),
+ new("pwx", "Photon X (PWX)"),
+ new("pws", "Photon / Photon S (PWS)"),
+ new("pw0", "Photon Zero (PW0)"),
};