Re: don't include formatting tags in messages?



Mark McLoughlin wrote:

	str = g_strconcat ("<b>", _("Don't fart in my presence"), "</b">);
	gtk_label_set_markup (label, str);
	g_free (str);
Of course, remember to add a NULL to the end of the g_strconcat() call if you are going to use this as an example :)

James.

--
Email: james daa com au
WWW:   http://www.daa.com.au/~james/






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]