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:
David Sedeo 2004-06-09 21:39:41 +00:00 committed by David Sedeño Fernández
parent c42e05a7e7
commit a5226ed52e
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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?"));