gtk+ r21123 - in trunk: . gtk



Author: cdywan
Date: Fri Aug 15 08:23:53 2008
New Revision: 21123
URL: http://svn.gnome.org/viewvc/gtk+?rev=21123&view=rev

Log:
Improve documentation of "gtk-button-images" setting



Modified:
   trunk/ChangeLog
   trunk/gtk/gtkbutton.c

Modified: trunk/gtk/gtkbutton.c
==============================================================================
--- trunk/gtk/gtkbutton.c	(original)
+++ trunk/gtk/gtkbutton.c	Fri Aug 15 08:23:53 2008
@@ -481,15 +481,15 @@
 							     GTK_PARAM_READABLE));
 
   /**
-   * GtkButton::gtk-button-images:
-   * 
-   * If stock icon in buttons should be shown at all.
-   * 
+   * GtkSettings::gtk-button-images:
+   *
+   * Whether images should be shown on buttons
+   *
    * Since: 2.4
    */
   gtk_settings_install_property (g_param_spec_boolean ("gtk-button-images",
 						       P_("Show button images"),
-						       P_("Whether stock icons should be shown in buttons"),
+						       P_("Whether images should be shown on buttons"),
 						       TRUE,
 						       GTK_PARAM_READWRITE));
 



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