Bug 562817 – Typo in GtkDialog

2008-12-01  Paul Bolle  <pebolle@tiscali.nl>

	Bug 562817 – Typo in GtkDialog

	* gtk/gtkdialog.c: Fix typo


svn path=/trunk/; revision=21836
This commit is contained in:
Paul Bolle 2008-11-30 23:49:29 +00:00 committed by Paul Bolle
parent 31774edd4a
commit 42ab202b84
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2008-12-01 Paul Bolle <pebolle@tiscali.nl>
Bug 562817 GtkDialog: typo
* gtk/gtkdialog.c: Fix typo
2008-11-29 Matthias Clasen <mclasen@redhat.com>
Bug 554453 "typeahead find" widget of GtkTreeView appears on

View File

@ -172,7 +172,7 @@ gtk_dialog_class_init (GtkDialogClass *class)
*
* The ::close signal is a
* <link linkend="keybinding-signals">keybinding signal</link>
* which getrs emitted when the user uses a keybinding to close
* which gets emitted when the user uses a keybinding to close
* the dialog.
*
* The default binding for this signal is the Escape key.