From 98c84bac857a3c974a868b7da953a42204631fff Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Tue, 27 Dec 2005 14:13:51 +0000 Subject: [PATCH] Patch from matze@braunis.de svn path=/trunk/gtk-sharp/; revision=54876 --- doc/en/Gtk/AccelGroup.xml | 4 ++-- doc/en/Gtk/ItemFactory.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/en/Gtk/AccelGroup.xml b/doc/en/Gtk/AccelGroup.xml index 2b16b2eca..7c92b4067 100644 --- a/doc/en/Gtk/AccelGroup.xml +++ b/doc/en/Gtk/AccelGroup.xml @@ -12,7 +12,7 @@ A GtkAccelGroup represents a group of keyboard accelerators, - typically attached to a toplevel GtkWindow (with ). Usually + typically attached to a toplevel (with ). Usually you won't need to create a directly; instead, when using , Gtk# automatically sets up the accelerators for your menus in the item factory's . @@ -362,4 +362,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/ItemFactory.xml b/doc/en/Gtk/ItemFactory.xml index 1c10b2ce7..64909bff7 100644 --- a/doc/en/Gtk/ItemFactory.xml +++ b/doc/en/Gtk/ItemFactory.xml @@ -384,7 +384,7 @@ - Pops up the menu constructed form the item factory at (, ). + Pops up the menu constructed from the item factory at (, ). The x position. The y position. The mouse button which was pressed to initiate the popup. @@ -543,4 +543,4 @@ - + \ No newline at end of file