Update gtk_file_chooser_set_do_overwrite_confirmation() documentation to reflect what is actually happening

https://bugzilla.gnome.org/show_bug.cgi?id=360131
This commit is contained in:
Timothy Arceri 2013-05-21 07:54:00 +10:00 committed by Matthias Clasen
parent b08fe39cd8
commit 8f668240de

View File

@ -2567,7 +2567,7 @@ gtk_file_chooser_get_show_hidden (GtkFileChooser *chooser)
* a confirmation dialog if the user types a file name that already exists. This
* is %FALSE by default.
*
* Regardless of this setting, the @chooser will emit the
* If set to %TRUE, the @chooser will emit the
* #GtkFileChooser::confirm-overwrite signal when appropriate.
*
* If all you need is the stock confirmation dialog, set this property to %TRUE.