[gtk+] docs: use a nicer image for the screenshot



commit 580c35937a94d7084ec3b2654c2f37931932b008
Author: William Jon McCann <william jon mccann gmail com>
Date:   Wed Jul 17 17:53:03 2013 -0400

    docs: use a nicer image for the screenshot

 docs/tools/widgets.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/docs/tools/widgets.c b/docs/tools/widgets.c
index 2a7924f..ba47eab 100644
--- a/docs/tools/widgets.c
+++ b/docs/tools/widgets.c
@@ -1125,8 +1125,8 @@ create_image (void)
   GtkWidget *widget;
   GtkWidget *align, *vbox;
 
-  widget = gtk_image_new_from_icon_name ("dialog-warning",
-                                         GTK_ICON_SIZE_DND);
+  widget = gtk_image_new_from_icon_name ("applications-graphics",
+                                         GTK_ICON_SIZE_DIALOG);
 
   vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 3);
   align = gtk_alignment_new (0.5, 0.5, 0.0, 0.0);


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