From d2324a5fe2d7a323fd3c9d370a8c55ef2fe60dc1 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 7 Mar 2025 11:34:51 +0600 Subject: [PATCH] Fixed markup messages --- source/ubl-settings-kernel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-kernel.c b/source/ubl-settings-kernel.c index 921d00e..1f60850 100644 --- a/source/ubl-settings-kernel.c +++ b/source/ubl-settings-kernel.c @@ -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); if (dict->first->next->next) { yon_dictionary_free(dict->first->next->next);