Home
last modified time | relevance | path

Searched refs:highlitText (Results 1 – 2 of 2) sorted by relevance

/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Dhelp-dialogs.c83 gtk_label_set_markup(GTK_LABEL(lab), lwoh->highlitText);
197 if(lwoh->highlitText) g_free(lwoh->highlitText);
201 lwoh->highlitText = g_locale_to_utf8(text, -1, NULL, NULL, NULL);
219 g_free(lwoh->highlitText);
H A Ddvdisaster.h687 char *highlitText; member