gtk+ r20117 - in trunk/docs/reference: . gtk



Author: matthiasc
Date: Tue May 20 16:34:38 2008
New Revision: 20117
URL: http://svn.gnome.org/viewvc/gtk+?rev=20117&view=rev

Log:
Fix a typo


Modified:
   trunk/docs/reference/ChangeLog
   trunk/docs/reference/gtk/migrating-GtkAction.sgml

Modified: trunk/docs/reference/gtk/migrating-GtkAction.sgml
==============================================================================
--- trunk/docs/reference/gtk/migrating-GtkAction.sgml	(original)
+++ trunk/docs/reference/gtk/migrating-GtkAction.sgml	Tue May 20 16:34:38 2008
@@ -256,7 +256,7 @@
 	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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]