From 9ff5e8b976d27a56ece665049b62322af03c9b3a Mon Sep 17 00:00:00 2001 From: Karl Eichwalder Date: Sun, 29 Aug 1999 08:18:51 +0000 Subject: [PATCH] beautufy some strings --- ChangeLog | 9 +++++++++ capplets/theme-switcher/gui.c | 2 +- capplets/theme-switcher/gui.c-6060 | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6c9037a09..4dfefcfeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1999-08-29 Karl Eichwalder + + * capplets/mime-type/mime-data.c: Add some missing dots in mesage + strings. + +1999-08-28 Karl Eichwalder + + * capplets/theme-switcher/gui.c (make_main): Remove gettext marks. + 1999-08-27 Elliot Lee * control-center/capplet-widget-libs.c: If we're in a nest of main diff --git a/capplets/theme-switcher/gui.c b/capplets/theme-switcher/gui.c index adb9443d3..e86bb96e3 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 adb9443d3..e86bb96e3 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; }