aboutsummaryrefslogtreecommitdiff
path: root/deskutils/mcatalog/files/patch-src::Defines.cs.in
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/mcatalog/files/patch-src::Defines.cs.in')
-rw-r--r--deskutils/mcatalog/files/patch-src::Defines.cs.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/deskutils/mcatalog/files/patch-src::Defines.cs.in b/deskutils/mcatalog/files/patch-src::Defines.cs.in
deleted file mode 100644
index ce9beac641fa..000000000000
--- a/deskutils/mcatalog/files/patch-src::Defines.cs.in
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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";
- }