]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Removed un-unsed label from S6 button
authorc vw <dl1ycf@darc.de>
Tue, 17 Dec 2019 08:46:54 +0000 (09:46 +0100)
committerc vw <dl1ycf@darc.de>
Tue, 17 Dec 2019 08:46:54 +0000 (09:46 +0100)
toolbar.c

index 3a1eb4d5a63a8e5c6b80379566f81d4c2cd51901..9a694588a378d1fe8e5f8bcc4df1d769b39002ce 100644 (file)
--- a/toolbar.c
+++ b/toolbar.c
@@ -212,11 +212,7 @@ void update_toolbar_labels() {
       gtk_button_set_label(GTK_BUTTON(sim_s3),"Band");
       gtk_button_set_label(GTK_BUTTON(sim_s4),"Mode");
       gtk_button_set_label(GTK_BUTTON(sim_s5),"Filter");
-      if(can_transmit) {
-        gtk_button_set_label(GTK_BUTTON(sim_s6),"Mox");
-      } else {
-        gtk_button_set_label(GTK_BUTTON(sim_s6),"");
-      }
+      gtk_button_set_label(GTK_BUTTON(sim_s6),"");
       if(full_tune) {
         set_button_text_color(sim_s1,"red");
       }