[blam] Add constants for the XML files



commit 7ce78f1100d39479e83b0915d3d538f9e40e5fcc
Author: Carlos Martín Nieto <carlos cmartin tk>
Date:   Wed Sep 15 03:07:14 2010 +0100

    Add constants for the XML files

 src/Defines.cs.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Defines.cs.in b/src/Defines.cs.in
index e378db1..40d2673 100644
--- a/src/Defines.cs.in
+++ b/src/Defines.cs.in
@@ -15,6 +15,8 @@ namespace Imendio.Blam {
 	public static string DATADIR = "@datadir@";
 	public static string APP_DATADIR = DATADIR + "/blam";
 	public static string APP_HOMEDIR = Environment.GetEnvironmentVariable("HOME") + "/.gnome2/blam";
+	public static string APP_COLLECTION_FILE = "collection.xml";
+	public static string APP_ITEMSTORE_FILE = "items.xml";
 	public static string GNOME_LOCALE_DIR = DATADIR + "/locale";
        
 	public static string THEME_DIR = APP_DATADIR + "/themes";



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]