Release 9.4.1

This commit is contained in:
Jaex 2014-11-15 09:48:33 +02:00
parent 50462730e2
commit 97f1b89cd0
5 changed files with 1 additions and 5 deletions

View file

@ -28,7 +28,6 @@
using System.Drawing.Drawing2D;
using System.Drawing.Text;
using System.Runtime.Serialization;
using System.Windows.Forms;
namespace Greenshot.Drawing
{

View file

@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
using HelpersLib;
using ScreenCaptureLib.Properties;
using System;
using System.Diagnostics;
using System.Drawing;

View file

@ -24,7 +24,6 @@ You should have received a copy of the GNU General Public License
#endregion License Information (GPL v3)
using HelpersLib;
using ShareX.Properties;
using System.ComponentModel;
using System.Globalization;
using System.Threading;

View file

@ -39,7 +39,7 @@ namespace ShareX
{
internal static class Program
{
public static bool IsBeta = true;
public static bool IsBeta = false;
public static string Title
{

View file

@ -27,7 +27,6 @@ You should have received a copy of the GNU General Public License
using ImageEffectsLib;
using ScreenCaptureLib;
using ShareX.Properties;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Drawing;