Search
lxdream.org :: lxdream/src/gui/support.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/gui/support.h
changeset 10:c898b37506e0
prev1:eea311cfd33e
author nkeynes
date Mon Dec 12 10:37:41 2005 +0000 (18 years ago)
permissions -rw-r--r--
last change Use cpu-specific is_valid_page function
file annotate diff log raw
1.1 --- a/src/gui/support.h Sat Mar 13 00:03:32 2004 +0000
1.2 +++ b/src/gui/support.h Mon Dec 12 10:37:41 2005 +0000
1.3 @@ -2,8 +2,20 @@
1.4 * DO NOT EDIT THIS FILE - it is generated by Glade.
1.5 */
1.6
1.7 +#ifdef HAVE_CONFIG_H
1.8 +# include <config.h>
1.9 +#endif
1.10 +
1.11 #include <gnome.h>
1.12
1.13 +#undef Q_
1.14 +#ifdef ENABLE_NLS
1.15 +# define Q_(String) g_strip_context ((String), gettext (String))
1.16 +#else
1.17 +# define Q_(String) g_strip_context ((String), (String))
1.18 +#endif
1.19 +
1.20 +
1.21 /*
1.22 * Public Functions.
1.23 */
.