Subversion Repositories Projects

Rev

Rev 525 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 525 Rev 537
Line 1733... Line 1733...
1733
                        for (int a = 0; a < MaxAnalog; a++)
1733
                        for (int a = 0; a < MaxAnalog; a++)
1734
                        {
1734
                        {
1735
                            lb_Analog[a]->setText(Settings->Analog1.Label[a]);
1735
                            lb_Analog[a]->setText(Settings->Analog1.Label[a]);
1736
                        }
1736
                        }
1737
                        config_Plot();
1737
                        config_Plot();
-
 
1738
 
-
 
1739
                        // Im Settings-Dialog dieFirmware-Version setzen.
-
 
1740
                        f_Settings->Version = QString("%1").arg(RX.Decode[0]) + QString("%1").arg(RX.Decode[1]) + QString(RX.Decode[4] + 'a');
1738
                    }
1741
                    }
1739
                break;
1742
                break;
1740
            }
1743
            }
1741
    }
1744
    }