Add @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier
Thu Dec 17 20:33:28 1998 Owen Taylor <otaylor@redhat.com> * gtk-config.in: Add @INTLLIBS@. gtk-scier-981116-0.patch Sean Cier <scier@PostHorizon.com>) ] * gtk/gtkcolorsel.c gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkgamma.c gtk/gtkinputdialog.c gtk/gtknotebook.c gtk/gtkrc.c gtk/gtkthemes.c gtk/gtktipsquery.c: Applied parts of gtk-egger-981215-1 [ Daniel Egger <Daniel.Egger@t-online.de> ] marking additional strings for internationalization. * po/nl.po: Added Dutch translation from Paul Siegmann <pauls@euronet.nl>.
This commit is contained in:
@ -23,6 +23,7 @@
|
||||
#include "gtksignal.h"
|
||||
#include "gtktooltips.h"
|
||||
#include "gtkmain.h"
|
||||
#include "gtkintl.h"
|
||||
|
||||
|
||||
|
||||
@ -168,7 +169,7 @@ gtk_tips_query_init (GtkTipsQuery *tips_query)
|
||||
tips_query->emit_always = FALSE;
|
||||
tips_query->in_query = FALSE;
|
||||
tips_query->label_inactive = g_strdup ("");
|
||||
tips_query->label_no_tip = g_strdup ("--- No Tip ---");
|
||||
tips_query->label_no_tip = g_strdup (_("--- No Tip ---"));
|
||||
tips_query->caller = NULL;
|
||||
tips_query->last_crossed = NULL;
|
||||
tips_query->query_cursor = NULL;
|
||||
|
||||
Reference in New Issue
Block a user