Author: rpmcruz Date: Tue Sep 30 19:28:13 2008 New Revision: 51715 URL: http://svn.opensuse.org/viewcvs/yast?rev=51715&view=rev Log: * src/YGPackageSelector.cc: also, set a tooltip for the type combo box. Modified: trunk/gtk/ChangeLog trunk/gtk/src/YGPackageSelector.cc Modified: trunk/gtk/ChangeLog URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/ChangeLog?rev=51715&r1=51714&r2=51715&view=diff ============================================================================== --- trunk/gtk/ChangeLog (original) +++ trunk/gtk/ChangeLog Tue Sep 30 19:28:13 2008 @@ -13,6 +13,8 @@ telling the user there is a pattern available for the keyword he is looking for once, and depending on the current view. + * src/YGPackageSelector.cc: also, set a tooltip for the type combo box. + 2008-09-30 Katarina Machalkova <kmachalkova@suse.cz> * version 2.17.1 Modified: trunk/gtk/src/YGPackageSelector.cc URL: http://svn.opensuse.org/viewcvs/yast/trunk/gtk/src/YGPackageSelector.cc?rev=51715&r1=51714&r2=51715&view=diff ============================================================================== --- trunk/gtk/src/YGPackageSelector.cc (original) +++ trunk/gtk/src/YGPackageSelector.cc Tue Sep 30 19:28:13 2008 @@ -1480,6 +1480,14 @@ gtk_combo_box_append_text (GTK_COMBO_BOX (m_type), _("Groups")); gtk_combo_box_append_text (GTK_COMBO_BOX (m_type), _("Patterns")); gtk_combo_box_append_text (GTK_COMBO_BOX (m_type), _("Languages")); + gtk_widget_set_tooltip_markup (m_type, + _("Packages can be organized in:\n" + "<b>Groups:</b> simple categorization of packages by purpose.\n" + "<b>Patterns:</b> assists in installing all packages necessary " + "for several working environments.\n" + "<b>Languages:</b> adds another language to the system.\n" + "<b>Repositories:</b> catalogues what the several configured " + "repositories have available.")); } gtk_combo_box_append_text (GTK_COMBO_BOX (m_type), _("Repositories")); gtk_combo_box_set_active (GTK_COMBO_BOX (m_type), 0); -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org