Change playlist editing from current to selected.
[rugen] / src / page_command.c
index 97c09f5..7e976e2 100644 (file)
@@ -118,8 +118,8 @@ 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 );
-       *label = "_Shell";
+       *icon = gtk_image_new_from_stock( "gtk-execute",  size );
+       *label = _("_Shell");
 }
 
 static void this_on_connect( page_command this )