diff --git a/ShareX.HelpersLib/MimeTypes.cs b/ShareX.HelpersLib/MimeTypes.cs index 33aa89e14..3cd4d166e 100644 --- a/ShareX.HelpersLib/MimeTypes.cs +++ b/ShareX.HelpersLib/MimeTypes.cs @@ -60,7 +60,7 @@ public static string GetMimeType(string ext) { "3ds", "image/x-3ds" }, { "3g2", "video/3gpp2" }, { "3gp", "video/3gpp" }, - //{ "7z", "application/x-7z-compressed" }, + { "7z", "application/x-7z-compressed" }, { "aab", "application/x-authorware-bin" }, { "aac", "audio/x-aac" }, { "aam", "application/x-authorware-map" }, diff --git a/ShareX.HelpersLib/Native/LayeredForm.cs b/ShareX.HelpersLib/Native/LayeredForm.cs index f6192528c..a2754c756 100644 --- a/ShareX.HelpersLib/Native/LayeredForm.cs +++ b/ShareX.HelpersLib/Native/LayeredForm.cs @@ -39,15 +39,8 @@ public LayeredForm() #region Windows Form Designer generated code - /// - /// Required designer variable. - /// private System.ComponentModel.IContainer components = null; - /// - /// Clean up any resources being used. - /// - /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) @@ -57,17 +50,13 @@ protected override void Dispose(bool disposing) base.Dispose(disposing); } - /// - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. - /// private void InitializeComponent() { this.SuspendLayout(); - this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(292, 273); - this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; + this.AutoScaleDimensions = new SizeF(6F, 13F); + this.AutoScaleMode = AutoScaleMode.Font; + this.ClientSize = new Size(292, 273); + this.FormBorderStyle = FormBorderStyle.None; this.Name = "LayeredForm"; this.ShowInTaskbar = false; this.Text = "LayeredForm"; diff --git a/ShareX.ImageEffectsLib/ImageEffectsForm.de.resx b/ShareX.ImageEffectsLib/ImageEffectsForm.de.resx index e9f0a6e34..fb63aeabd 100644 --- a/ShareX.ImageEffectsLib/ImageEffectsForm.de.resx +++ b/ShareX.ImageEffectsLib/ImageEffectsForm.de.resx @@ -132,9 +132,6 @@ Duplizieren - - Bild laden... - OK diff --git a/ShareX.ImageEffectsLib/ImageEffectsForm.fr.resx b/ShareX.ImageEffectsLib/ImageEffectsForm.fr.resx index c024d16fa..c9ebdd5fa 100644 --- a/ShareX.ImageEffectsLib/ImageEffectsForm.fr.resx +++ b/ShareX.ImageEffectsLib/ImageEffectsForm.fr.resx @@ -1,3 +1,4 @@ +