X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fpage_command.c;h=7e976e2125c686ac75ffe0aa565fb4731e618782;hb=7dad5d8f748844fbf51118b04921583acece6cda;hp=97c09f52370a9a4b5044ff83d992163d94035159;hpb=b95824f2825a116bcea7c65db079f0e0da4ac20e;p=rugen diff --git a/src/page_command.c b/src/page_command.c index 97c09f5..7e976e2 100644 --- a/src/page_command.c +++ b/src/page_command.c @@ -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 )