mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix typo
svn path=/trunk/; revision=18013
This commit is contained in:
parent
aed870d031
commit
5962480827
@ -1,3 +1,8 @@
|
||||
2007-06-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkradiobutton.c:
|
||||
* gtk/gtkradiomenuitem.c: Fix doc typos.
|
||||
|
||||
2007-06-03 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* configure.in: Allow to disable Xinerama. (#348065, Diego Pettenò)
|
||||
|
@ -100,7 +100,7 @@ gtk_radio_button_class_init (GtkRadioButtonClass *class)
|
||||
* Emitted when the group of radio buttons that a radio button belongs
|
||||
* to changes. This is emitted when a radio button switches from
|
||||
* being alone to being part of a group of 2 or more buttons, or
|
||||
* vice-versa, and when a buttton is moved from one group of 2 or
|
||||
* vice-versa, and when a button is moved from one group of 2 or
|
||||
* more buttons to a different one, but not when the composition
|
||||
* of the group that a button belongs to changes.
|
||||
*
|
||||
|
@ -355,7 +355,7 @@ gtk_radio_menu_item_class_init (GtkRadioMenuItemClass *klass)
|
||||
* Emitted when the group of radio menu items that a radio menu item belongs
|
||||
* to changes. This is emitted when a radio menu item switches from
|
||||
* being alone to being part of a group of 2 or more menu items, or
|
||||
* vice-versa, and when a buttton is moved from one group of 2 or
|
||||
* vice-versa, and when a button is moved from one group of 2 or
|
||||
* more menu items ton a different one, but not when the composition
|
||||
* of the group that a menu item belongs to changes.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user