Update icons and add tooltips.
[rugen] / src / page_command.c
index 97c09f5..2d64726 100644 (file)
@@ -118,7 +118,7 @@ static GtkWidget *this_page_get_widget( page_command this )
 
 static void this_page_get_toolbar_info( page this, GtkIconSize size, GtkWidget **icon, char **label )
 {
-       *icon = gtk_image_new_from_stock( "gtk-dialog-info",  size );
+       *icon = gtk_image_new_from_stock( "gtk-execute",  size );
        *label = "_Shell";
 }