Fixed markup messages

pull/63/head
Ivan Dmitrievich Yartsev 10 months ago
parent ac57513adb
commit d2324a5fe2

@ -821,7 +821,7 @@ void on_module_install_clicked(GtkWidget *self,dictionary *dict){
} }
} }
gtk_label_set_text(GTK_LABEL(window->TopicLabel),action_text); gtk_label_set_markup(GTK_LABEL(window->TopicLabel),action_text);
gtk_widget_show(window->Window); gtk_widget_show(window->Window);
if (dict->first->next->next) { if (dict->first->next->next) {
yon_dictionary_free(dict->first->next->next); yon_dictionary_free(dict->first->next->next);

Loading…
Cancel
Save