Fixed about window title

pull/113/head
parent c97dccc19a
commit 829babbb01
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -1172,3 +1172,7 @@ msgstr ""
#: source/ubl-strings.h:331
msgid "Are you sure want to exit and\ninterrupt installation process?"
msgstr ""
#: source/ubl-strings.h:331
msgid "About UBLinux installation"
msgstr ""

@ -1213,6 +1213,10 @@ msgstr ""
"Если не менять тип ФС и не форматировать, все данные на разделе будут "
"сохранены."
#: source/ubl-strings.h:331
msgid "About UBLinux installation"
msgstr "О Программе установки UBLinux"
msgid "Exit"
msgstr "Выйти"

@ -58,9 +58,9 @@ void on_about(GtkWidget *, char *version_application){
gtk_about_dialog_set_comments(GTK_ABOUT_DIALOG(window),TITLE_LABEL);
gtk_about_dialog_set_logo_icon_name(GTK_ABOUT_DIALOG(window),yon_char_append("com.ublinux.",LocaleName));
gtk_window_set_icon_name(GTK_WINDOW(window),yon_char_append("com.ublinux.",LocaleName));
char *title_str = about_label(TITLE_LABEL);
char *title_str = ABOUT_TITLE_LABEL;
gtk_about_dialog_set_program_name(GTK_ABOUT_DIALOG(window),LocaleName);
gtk_label_set_text(GTK_LABEL(title),TITLE_LABEL);
gtk_label_set_text(GTK_LABEL(title),ABOUT_TITLE_LABEL);
g_signal_connect(G_OBJECT(window),"activate-link",G_CALLBACK(on_link),NULL);
gtk_widget_set_visible(hideButtonBox,0);
gtk_widget_destroy(hideButtonBox);

@ -222,6 +222,7 @@ NULL)
#define PARITY_INVALID_LABEL(target) yon_char_unite(_("Cu"),target,NULL)
#define COUNT_INVALID_LABEL(target) yon_char_unite(_("Cues"),target,NULL)
#define ABOUT_TITLE_LABEL _("About UBLinux installation")
// #define _LABEL _("New section at")
// #define _LABEL _("\"/ublinux-data/\" user data section")
// #define _LABEL _("\"/ublinux/\" system section")

Loading…
Cancel
Save