rework status display
[rugen] / src / interface.c
index 1910528..02086d5 100644 (file)
@@ -43,67 +43,67 @@ create_buttons_transport(GtkWidget *top, int type)
                {
                        2,
                        "Beginning of playlist",
-                       "stock_media-begin-16.png"
+                       "begin-16x16_(Axialis_Team).png"        /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Start of clip",
-                       "stock_media-prev-16.png"
+                       "prev-16x16_(Axialis_Team).png" /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Rewind",
-                       "stock_media-rew-16.png"
+                       "rew-16x16_(Axialis_Team).png"  /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Previous frame",
-                       "stock_media-prev-frame-16.png"
+                       "prev-frame-16x16_(Axialis_Team).png"   /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        1,
-                       "Pause",
-                       "player_pause_32x32.png"
+                       "Play",
+                       "player_play_64x32_(Axialis_Team).png"  /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        1,
-                       "Play",
-                       "player_play_64x32.png"
+                       "Pause",
+                       "player_pause_32x32_(Axialis_Team).png" /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        1,
                        "Stop",
-                       "player_stop_32x32.png"
+                       "player_stop_32x32_(Axialis_Team).png"  /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Next frame",
-                       "stock_media-next-frame-16.png"
+                       "next-frame-16x16_(Axialis_Team).png"   /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Fast forward",
-                       "stock_media-fwd-16.png"
+                       "fwd-16x16_(Axialis_Team).png"  /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Next clip",
-                       "stock_media-next-16.png"
+                       "next-16x16_(Axialis_Team).png" /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "End of playlist",
-                       "stock_media-end-16.png"
+                       "end-16x16_(Axialis_Team).png"  /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Loop On",
-                       "eof-loop-16.png"
+                       "loop_on_16x16_(Axialis_Team).png"      /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        2,
                        "Loop Off",
-                       "eof-pause-16.png"
+                       "loop_off_16x16_(Axialis_Team).png"     /* Free Icons by Axialis Software http://www.axialis.com */
                },
                {
                        0,
@@ -158,7 +158,7 @@ create_block_buttons_transport(GtkWidget *top, int type)
        gtk_widget_show (hbox);
 
        snprintf(name, sizeof(name), "bbt_label_%da", type);
-       label[0] = gtk_label_new (name);
+       label[0] = gtk_label_new ("");
        gtk_widget_show (label[0]);
        gtk_box_pack_start (GTK_BOX (hbox), label[0], TRUE, TRUE, 0);
        gtk_label_set_justify (GTK_LABEL (label[0]), GTK_JUSTIFY_LEFT);
@@ -170,7 +170,7 @@ create_block_buttons_transport(GtkWidget *top, int type)
                FALSE, TRUE, 0);
 
        snprintf(name, sizeof(name), "bbt_label_%db", type);
-       label[1] = gtk_label_new (name);
+       label[1] = gtk_label_new ("");
        gtk_widget_show (label[1]);
        gtk_box_pack_start (GTK_BOX (hbox), label[1], TRUE, TRUE, 0);
        gtk_label_set_justify (GTK_LABEL (label[1]), GTK_JUSTIFY_LEFT);