http://bugzilla.gnome.org/show_bug.cgi?id=137579 Put title to the
2004-06-09 David Sedeo <david@alderia.com> http://bugzilla.gnome.org/show_bug.cgi?id=137579 * main.c (main) : Put title to the confirmation dialog box
This commit is contained in:
parent
c42e05a7e7
commit
a5226ed52e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-09 David Sedeño <david@alderia.com>
|
||||
|
||||
http://bugzilla.gnome.org/show_bug.cgi?id=137579
|
||||
* main.c (main) : Put title to the confirmation dialog box
|
||||
|
||||
2004-05-11 Jody Goldberg <jody@gnome.org>
|
||||
|
||||
From ruben@lambda1.be
|
||||
|
|
|
@ -623,7 +623,7 @@ run_revert_dialog (struct DisplayInfo *info,
|
|||
gtk_window_set_modal (GTK_WINDOW (dialog), TRUE);
|
||||
gtk_container_set_border_width (GTK_CONTAINER (dialog), 12);
|
||||
gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE);
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), "");
|
||||
gtk_window_set_title (GTK_WINDOW (dialog), _("Keep Resolution"));
|
||||
|
||||
label = gtk_label_new (NULL);
|
||||
str = g_strdup_printf ("<b>%s</b>", _("Do you want to keep this resolution?"));
|
||||
|
|
Loading…
Add table
Reference in a new issue