forked from AuroraMiddleware/gtk
Fix a typo in the tutorial.
2008-09-30 Christian Dywan <christian@imendio.com> Fix a typo in the tutorial. * docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'. svn path=/trunk/; revision=21549
This commit is contained in:
parent
1c8da0ca75
commit
885dd3ef6a
@ -1,3 +1,9 @@
|
||||
2008-09-30 Christian Dywan <christian@imendio.com>
|
||||
|
||||
Fix a typo in the tutorial.
|
||||
|
||||
* docs/tutorial/gtk-tut.sgml: It's mnemonic, not 'mnemnonic'.
|
||||
|
||||
2008-09-29 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Bug 553086 – hard to see current immodule
|
||||
|
@ -8246,7 +8246,7 @@ GtkWidget *gtk_menu_item_new( void );
|
||||
|
||||
GtkWidget *gtk_menu_item_new_with_label( const char *label );
|
||||
|
||||
GtkWidget *gtk_menu_item_new_with_mnemnonic( const char *label );
|
||||
GtkWidget *gtk_menu_item_new_with_mnemonic( const char *label );
|
||||
</programlisting>
|
||||
|
||||
<para>These calls are used to create the menu items that are to be
|
||||
|
Loading…
Reference in New Issue
Block a user