Re: Please avoid unnecessary markup in messages
- From: Havoc Pennington <hp redhat com>
- To: Christian Rose <menthos menthos com>
- Cc: desktop-devel-list gnome org, gnome-i18n gnome org,Carlos Perelló Marín <carlos gnome-db org>
- Subject: Re: Please avoid unnecessary markup in messages
- Date: 29 Oct 2002 00:12:10 -0500
Hi,
So the short-term way to fix this is:
str = g_strdup_printf ("<b>%s</b>", _("My translated string"));
but if we really want people to avoid the markup, I think we need to
add:
gtk_label_set_font_weight ();
gtk_label_set_font_style ();
etc. Maybe worth a GTK bug.
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]