]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/gnome2-console/support.h
Create archivedir
[bacula/bacula] / bacula / src / gnome2-console / support.h
index 2081386db32503517689982dd2193a5faf0f5689..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.
  */
@@ -15,7 +28,7 @@
  * you want returned.
  */
 GtkWidget*  lookup_widget              (GtkWidget       *widget,
-                                       const gchar     *widget_name);
+                                        const gchar     *widget_name);
 
 
 
@@ -25,13 +38,12 @@ 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);