]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/support.h
Fix bat to automatically use installed bat.conf
[bacula/bacula] / bacula / src / gnome2-console / support.h
index 13d1746904710a85938393c7c65651cba52d4c46..8e0506ad4f4e486797983a8ae465c66923b1d422 100644 (file)
@@ -2,8 +2,21 @@
  * DO NOT EDIT THIS FILE - it is generated by Glade.
  */
 
+#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.
  */
@@ -34,4 +47,3 @@ GdkPixbuf*  create_pixbuf              (const gchar     *filename);
 void        glade_set_atk_action_description (AtkAction       *action,
                                               const gchar     *action_name,
                                               const gchar     *description);
-