blob: ce9beac641fad99dd59c35b025fc43e6d0f3a7ed (
plain) (
tree)
|
|
--- src/Defines.cs.in.orig Sun Aug 7 13:40:06 2005
+++ src/Defines.cs.in Sun Aug 7 13:40:44 2005
@@ -9,9 +9,9 @@
public class Defines {
public static string VERSION = "@version@";
- public static string DATADIR = "@prefix@/share";
+ public static string DATADIR = "@prefix@/share/gnome";
public static string APP_DATADIR = DATADIR + "/mcatalog";
public static string IMAGE_DATADIR = APP_DATADIR + "/pixmaps";
public static string TEMPLATES_DATADIR = APP_DATADIR + "/templates";
- public static string GNOME_LOCALE_DIR = DATADIR + "/locale";
+ public static string GNOME_LOCALE_DIR = "@prefix@/share/locale";
}
|