]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/support.h
kes More copyright changes.
[bacula/bacula] / bacula / src / gnome2-console / support.h
index 96f7654664d7570a37355c417bfc7ce71525b838..2bec209a5ad66eaeb61cbe705e0827836d96044c 100644 (file)
@@ -2,9 +2,19 @@
  * DO NOT EDIT THIS FILE - it is generated by Glade.
  */
 
-#define GTK_ENABLE_BROKEN
-#include <gnome.h>         
-#include <gtk/gtktext.h>
+#ifdef HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
+#include <gnome.h>
+
+#undef Q_
+#ifdef ENABLE_NLS
+#  define Q_(String) g_strip_context ((String), gettext (String))
+#else
+#  define Q_(String) g_strip_context ((String), (String))
+#endif
+
 
 /*
  * Public Functions.
@@ -36,3 +46,4 @@ GdkPixbuf*  create_pixbuf              (const gchar     *filename);
 void        glade_set_atk_action_description (AtkAction       *action,
                                               const gchar     *action_name,
                                               const gchar     *description);
+