mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Removed space that proceeded the end-of-sentence punctuation. Fixes:
2004-01-06 Alexander Winston <alexander.winston@comcast.net> * gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space that proceeded the end-of-sentence punctuation. Fixes: #130353.
This commit is contained in:
parent
96b8f1c176
commit
d93c0df0af
@ -1,3 +1,8 @@
|
||||
2004-01-01 Alexander Winston <alexander.winston@comcast.net>
|
||||
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-01 Alexander Winston <alexander.winston@comcast.net>
|
||||
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-01 Alexander Winston <alexander.winston@comcast.net>
|
||||
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-01 Alexander Winston <alexander.winston@comcast.net>
|
||||
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-01-01 Alexander Winston <alexander.winston@comcast.net>
|
||||
|
||||
* gtk/gtkfilesel.c: (gtk_file_selection_delete_file): Removed space
|
||||
that proceeded the end-of-sentence punctuation. Fixes: #130353.
|
||||
|
||||
2004-01-05 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdefault.c (shortcuts_append_bookmarks): Oops,
|
||||
|
@ -1620,7 +1620,7 @@ gtk_file_selection_delete_file (GtkWidget *widget,
|
||||
GTK_WINDOW (fs)->modal ? GTK_DIALOG_MODAL : 0,
|
||||
GTK_MESSAGE_QUESTION,
|
||||
GTK_BUTTONS_NONE,
|
||||
_("Really delete file \"%s\" ?"), filename);
|
||||
_("Really delete file \"%s\"?"), filename);
|
||||
|
||||
g_signal_connect (dialog, "destroy",
|
||||
G_CALLBACK (gtk_file_selection_fileop_destroy),
|
||||
|
Loading…
Reference in New Issue
Block a user