Fix a typo
svn path=/trunk/; revision=20117
This commit is contained in:
@ -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:
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user