--- a/src/gui/support.h Sat Mar 13 00:03:32 2004 +0000 +++ b/src/gui/support.h Sun Dec 25 01:28:39 2005 +0000 @@ -2,8 +2,20 @@ * DO NOT EDIT THIS FILE - it is generated by Glade. */ +#ifdef HAVE_CONFIG_H +# include +#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. */