X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fgnome2-console%2Fsupport.h;h=8e0506ad4f4e486797983a8ae465c66923b1d422;hb=377bf815eefec1e61a1e97469ae972a52aefde58;hp=13d1746904710a85938393c7c65651cba52d4c46;hpb=a44b98eefa7f48a60f4afbde8f6539a8081aa364;p=bacula%2Fbacula diff --git a/bacula/src/gnome2-console/support.h b/bacula/src/gnome2-console/support.h index 13d1746904..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. */ @@ -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); -