Fix a typo

svn path=/trunk/; revision=20117
This commit is contained in:
Matthias Clasen
2008-05-20 16:34:38 +00:00
parent 4d1892710f
commit 7f260595b2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
2008-05-20 Matthias Clasen <mclasen@redhat.com>
Bug 533761 - gdk_accelerator_parse() does not exist, should be
gtk_accelerator_parse()
* gtk/migrating-GtkAction.sgml: Fix a typo.
Pointed out by Matthias Warkus
2008-05-05 Matthias Clasen <mclasen@redhat.com>
* docs/reference/gtk/Makefile.am:

View File

@ -256,7 +256,7 @@ static GnomeUIInfo menubar[] = {
the <link linkend="gnomeuiinfo-example">previous
example</link>. Note that the toggle and radio entries are
separate from normal actions. Also, note that #GtkActionEntry
structures take key names in the format of gdk_accelerator_parse()
structures take key names in the format of gtk_accelerator_parse()
rather than key values plus modifiers; you will have to convert these
values by hand. For example, %GDK_F11 with no modifiers is equivalent
to a key name of <literal>"F11"</literal>. Likewise, <literal>"o"</literal>