add gettext mark again

This commit is contained in:
Karl Eichwalder 1999-08-29 11:58:51 +00:00
parent 9ff5e8b976
commit 210b0e6bce
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
1999-08-29 Karl Eichwalder <ke@suse.de>
* capplets/theme-switcher/gui.c (make_main): Add gettext marks
again.
1999-08-29 Karl Eichwalder <ke@suse.de>
* capplets/mime-type/mime-data.c: Add some missing dots in mesage

View file

@ -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;
}

View file

@ -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;
}