summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Engber <engber@src.gnome.org>2001-03-01 23:20:04 +0000
committerMike Engber <engber@src.gnome.org>2001-03-01 23:20:04 +0000
commitda3040062c69d7aa845c033e915dd5549863292f (patch)
tree92a5c3828dd5e577e89066fc758156fcd3e6f7f0
parent6d64c5d37755f31e0259a688cb00c508a6f841cb (diff)
downloadnautilus-da3040062c69d7aa845c033e915dd5549863292f.tar.gz
reviewed by: George Lebl <jirka@5z.org>
reviewed by: George Lebl <jirka@5z.org> * components/help/hyperbola-nav-tree.c: * components/help/hyperbola-types.h: Included the appropriate headers to define the internationalization string macros.
-rw-r--r--ChangeLog9
-rw-r--r--components/help/hyperbola-nav-tree.c2
-rw-r--r--components/help/hyperbola-types.h5
3 files changed, 11 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 94b87d20a..57ed1a40d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2001-03-01 Michael Engber <engber@eazel.com>
+
+ reviewed by: George Lebl <jirka@5z.org>
+
+ * components/help/hyperbola-nav-tree.c:
+ * components/help/hyperbola-types.h:
+ Included the appropriate headers to define the
+ internationalization string macros.
+
2001-03-01 John Sullivan <sullivan@eazel.com>
reviewed by: Darin Adler <darin@eazel.com>
diff --git a/components/help/hyperbola-nav-tree.c b/components/help/hyperbola-nav-tree.c
index c2e0c2c6e..2821b7792 100644
--- a/components/help/hyperbola-nav-tree.c
+++ b/components/help/hyperbola-nav-tree.c
@@ -2,6 +2,8 @@
#include <libnautilus/libnautilus.h>
#include "hyperbola-filefmt.h"
#include <gtk/gtk.h>
+#include <libgnome/gnome-defs.h>
+#include <libgnome/gnome-i18n.h>
#include <libnautilus-extensions/nautilus-ctree.h>
#include <libnautilus-extensions/nautilus-gdk-font-extensions.h>
diff --git a/components/help/hyperbola-types.h b/components/help/hyperbola-types.h
index 6bf5fdb49..2854ac0fa 100644
--- a/components/help/hyperbola-types.h
+++ b/components/help/hyperbola-types.h
@@ -37,9 +37,4 @@ typedef struct {
gpointer user_data;
} HyperbolaDocTree;
-#ifndef _
-#define _(x) x
-#define N_(x) x
-#endif
-
#endif