Update icons and add tooltips.
[rugen] / src / page_status.c
index ed2f54e..82cc987 100644 (file)
@@ -266,7 +266,7 @@ static GtkWidget *this_page_get_widget( page super )
 
 static void this_page_get_toolbar_info( page super, GtkIconSize size, GtkWidget **icon, char **label )
 {
-       *icon = gtk_image_new_from_stock( "gtk-execute",  size );
+       *icon = gtk_image_new_from_stock( "gtk-home",  size );
        *label = "_Units";
 }