f-spot r3621 - trunk/src/Core
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r3621 - trunk/src/Core
- Date: Fri, 1 Feb 2008 10:55:26 +0000 (GMT)
Author: sdelcroix
Date: Fri Feb 1 10:55:23 2008
New Revision: 3621
URL: http://svn.gnome.org/viewvc/f-spot?rev=3621&view=rev
Log:
fixing some gendarme warnings
Modified:
trunk/src/Core/Defines.cs.in
Modified: trunk/src/Core/Defines.cs.in
==============================================================================
--- trunk/src/Core/Defines.cs.in (original)
+++ trunk/src/Core/Defines.cs.in Fri Feb 1 10:55:23 2008
@@ -10,11 +10,11 @@
namespace FSpot {
public struct Defines {
- public static string LOCALE_DIR = "@prefix@/share/locale";
- public static string VERSION = "@VERSION@";
- public static string PACKAGE = "@PACKAGE@";
- public static string PREFIX = "@prefix@";
- public static string APP_DATA_DIR = "@prefix@/share/@PACKAGE@";
- public static string BINDIR = PREFIX + "/bin";
+ public static readonly string LOCALE_DIR = "@prefix@/share/locale";
+ public static readonly string VERSION = "@VERSION@";
+ public static readonly string PACKAGE = "@PACKAGE@";
+ public static readonly string PREFIX = "@prefix@";
+ public static readonly string APP_DATA_DIR = "@prefix@/share/@PACKAGE@";
+ public static readonly string BINDIR = PREFIX + "/bin";
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]