]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/support.h
This commit was manufactured by cvs2svn to create tag
[bacula/bacula] / bacula / src / gnome2-console / support.h
index 2081386db32503517689982dd2193a5faf0f5689..2bec209a5ad66eaeb61cbe705e0827836d96044c 100644 (file)
@@ -2,8 +2,20 @@
  * 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.
  */
@@ -15,7 +27,7 @@
  * you want returned.
  */
 GtkWidget*  lookup_widget              (GtkWidget       *widget,
-                                       const gchar     *widget_name);
+                                        const gchar     *widget_name);
 
 
 
@@ -25,13 +37,13 @@ GtkWidget*  lookup_widget              (GtkWidget       *widget,
 
 /* This is used to create the pixmaps used in the interface. */
 GtkWidget*  create_pixmap              (GtkWidget       *widget,
-                                       const gchar     *filename);
+                                        const gchar     *filename);
 
 /* This is used to create the pixbufs used in the interface. */
 GdkPixbuf*  create_pixbuf              (const gchar     *filename);
 
 /* This is used to set ATK action descriptions. */
 void        glade_set_atk_action_description (AtkAction       *action,
-                                             const gchar     *action_name,
-                                             const gchar     *description);
+                                              const gchar     *action_name,
+                                              const gchar     *description);