diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index d0bc006..6c9a88a 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -86,8 +86,8 @@ void on_open_documentation_confirmation(GtkWidget *self, char *link){ window->CloseButton = yon_gtk_builder_get_widget(builder,"CancelHelpButton"); window->HeaderLabel = yon_gtk_builder_get_widget(builder,"webHeaderNameLabel"); window->AlwaysOpenCheck = yon_gtk_builder_get_widget(builder,"AlwaysOpenDocumentationCheckbox"); - gtk_label_set_text(GTK_LABEL(window->HeaderLabel),TITLE_LABEL); - gtk_window_set_title(GTK_WINDOW(window->Window),TITLE_LABEL); + gtk_label_set_text(GTK_LABEL(window->HeaderLabel),DOCUMENTATION_LABEL); + gtk_window_set_title(GTK_WINDOW(window->Window),DOCUMENTATION_LABEL); gtk_window_set_icon_name(GTK_WINDOW(window->Window),yon_char_append("com.ublinux.",LocaleName)); gtk_widget_show_all(window->Window); g_signal_connect(G_OBJECT(window->CloseButton),"clicked",G_CALLBACK(on_subwindow_close),NULL);