From 2468c764ffeb8cbe9df2ade39bf6c670d0656d76 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 27 Oct 2013 00:45:04 +0200 Subject: [PATCH] Update News.txt --- News.txt | 2 +- SparkleLib/Defines.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/News.txt b/News.txt index dfc537c2..5f724a8d 100755 --- a/News.txt +++ b/News.txt @@ -1,4 +1,4 @@ -1.3.0 for Linux, Mac and Windows (??? 2013): +1.3.0 for Linux (Sat Oct 26 2013): Hylke: This release focuses mainly on the move to GTK+3 and GNOME 3 integration. diff --git a/SparkleLib/Defines.cs b/SparkleLib/Defines.cs index 51057bf2..ac52b9f7 100644 --- a/SparkleLib/Defines.cs +++ b/SparkleLib/Defines.cs @@ -26,6 +26,6 @@ using System.Reflection; namespace SparkleLib { public class Defines { - public const string INSTALL_DIR = "/usr/local/share/sparkleshare"; + public const string INSTALL_DIR = "/usr/share/sparkleshare"; } }