]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
Show the important "TUNE" button more often.
authorChef <chwu@eduroam-ipv4-5-0694.triple-a.uni-kl.de>
Tue, 14 Apr 2020 17:24:51 +0000 (19:24 +0200)
committerChef <chwu@eduroam-ipv4-5-0694.triple-a.uni-kl.de>
Tue, 14 Apr 2020 17:24:51 +0000 (19:24 +0200)
toolbar.c

index 991b45698eeb6303852cc2289d1d8ee6c1df8536..9715b76a4d7d6c194b2e027a4260a580241be722 100644 (file)
--- a/toolbar.c
+++ b/toolbar.c
@@ -140,7 +140,7 @@ void update_toolbar_labels() {
       break;
     case 2:
       if(can_transmit) {
-        gtk_button_set_label(GTK_BUTTON(sim_mox),"Mox");
+        gtk_button_set_label(GTK_BUTTON(sim_mox),"Tune");
       } else {
         gtk_button_set_label(GTK_BUTTON(sim_mox),"");
       }
@@ -802,11 +802,11 @@ void sim_mox_cb(GtkWidget *widget, gpointer data) {
   switch(function) {
     case 0:
     case 1:
-    case 2:
     case 3:
     case 4:
       mox_cb((GtkWidget *)NULL, (gpointer)NULL);
       break;
+    case 2:
     case 5:
       tune_cb((GtkWidget *)NULL, (gpointer)NULL);
       break;