X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fgnome2-console%2Fsupport.h;h=8e0506ad4f4e486797983a8ae465c66923b1d422;hb=d6a2978cea17ce237b4ea9c71853cb96b9f4416f;hp=2081386db32503517689982dd2193a5faf0f5689;hpb=f4fadeaf83a912e0a19c19eacd0c7113b21f0a67;p=bacula%2Fbacula diff --git a/bacula/src/gnome2-console/support.h b/bacula/src/gnome2-console/support.h index 2081386db3..8e0506ad4f 100644 --- a/bacula/src/gnome2-console/support.h +++ b/bacula/src/gnome2-console/support.h @@ -2,8 +2,21 @@ * DO NOT EDIT THIS FILE - it is generated by Glade. */ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include + +#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);