From 210b0e6bcec3a9c3af79453e24fe7706f3ba724e Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Sun, 29 Aug 1999 11:58:51 +0000 Subject: [PATCH] add gettext mark again --- ChangeLog | 5 +++++ capplets/theme-switcher/gui.c | 2 +- capplets/theme-switcher/gui.c-6060 | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4dfefcfeb..c2e2ccd2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-08-29 Karl Eichwalder + + * capplets/theme-switcher/gui.c (make_main): Add gettext marks + again. + 1999-08-29 Karl Eichwalder * capplets/mime-type/mime-data.c: Add some missing dots in mesage diff --git a/capplets/theme-switcher/gui.c b/capplets/theme-switcher/gui.c index e86bb96e3..adb9443d3 100644 --- a/capplets/theme-switcher/gui.c +++ b/capplets/theme-switcher/gui.c @@ -249,7 +249,7 @@ make_main(void) if (style->rc_style == NULL) { /* FIXME - should really get this from X somehow */ /* for now we just assume default gtk font */ - initial_font = g_strdup("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"); + initial_font = g_strdup(_("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*")); } else { initial_font = style->rc_style->font_name; } diff --git a/capplets/theme-switcher/gui.c-6060 b/capplets/theme-switcher/gui.c-6060 index e86bb96e3..adb9443d3 100644 --- a/capplets/theme-switcher/gui.c-6060 +++ b/capplets/theme-switcher/gui.c-6060 @@ -249,7 +249,7 @@ make_main(void) if (style->rc_style == NULL) { /* FIXME - should really get this from X somehow */ /* for now we just assume default gtk font */ - initial_font = g_strdup("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*"); + initial_font = g_strdup(_("-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*")); } else { initial_font = style->rc_style->font_name; }