~ubuntu-branches/ubuntu/precise/gtk+2.0/precise

« back to all changes in this revision

Viewing changes to gtk/gtktoolitemgroup.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-09-01 12:14:05 UTC
  • mfrom: (72.1.19 experimental)
  • Revision ID: james.westby@ubuntu.com-20100901121405-fpnv3e90oyihtvsx
Tags: 2.21.7-1ubuntu1
New upstream version

Show diffs side-by-side

added added

removed removed

Lines of Context:
1555
1555
  g_object_class_install_property (oclass, PROP_COLLAPSED,
1556
1556
                                   g_param_spec_boolean ("collapsed",
1557
1557
                                                         P_("Collapsed"),
1558
 
                                                         P_("Wether the group has been collapsed and items are hidden"),
 
1558
                                                         P_("Whether the group has been collapsed and items are hidden"),
1559
1559
                                                         DEFAULT_COLLAPSED,
1560
1560
                                                         GTK_PARAM_READWRITE));
1561
1561