capitalization.

2005-06-16  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplayshell-close.c: capitalization.
This commit is contained in:
Sven Neumann 2005-06-15 22:14:47 +00:00 committed by Sven Neumann
parent 2665b357da
commit 03c941a9dc
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-06-16 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplayshell-close.c: capitalization.
2005-06-15 Sven Neumann <sven@gimp.org>
* app/actions/file-actions.c

View File

@ -132,7 +132,7 @@ gimp_display_shell_close_dialog (GimpDisplayShell *shell,
g_free (title);
button = gtk_dialog_add_button (GTK_DIALOG (dialog),
_("Do_n't save"), GTK_RESPONSE_CLOSE);
_("Do_n't Save"), GTK_RESPONSE_CLOSE);
gtk_button_set_image (GTK_BUTTON (button),
gtk_image_new_from_stock (GTK_STOCK_DELETE,
GTK_ICON_SIZE_BUTTON));