* remove forced return to 1.5 stop bits for Baudot
pull/1/head
David Freese 2013-02-02 12:37:37 -06:00
rodzic 4dc9bc95f2
commit 63b4eb3d41
3 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -3749,6 +3749,7 @@ Fl_Double_Window* ConfigureDialog() {
static const char szOliviaBandwidth[] = "125|250|500|1000|2000";
static const char szContestiaTones[] = "2|4|8|16|32|64|128|256";
static const char szContestiaBandwidth[] = "125|250|500|1000|2000";
static const char szPktBauds[] = "1200|300|2400";
static const char szBaudRates[] = "300|600|1200|2400|4800|9600|19200|38400|57600|115200|230400|460800";
static const char szProsigns[] = "~|%|&|+|=|{|}|<|>|[|]| ";
{ Fl_Double_Window* o = new Fl_Double_Window(540, 400, _("Fldigi configuration"));

Wyświetl plik

@ -134,8 +134,10 @@ static const char szOliviaTones[] = "2|4|8|16|32|64|128|256";
static const char szOliviaBandwidth[] = "125|250|500|1000|2000";
static const char szContestiaTones[] = "2|4|8|16|32|64|128|256";
static const char szContestiaBandwidth[] = "125|250|500|1000|2000";
static const char szPktBauds[] = "1200|300|2400";
static const char szBaudRates[] = "300|600|1200|2400|4800|9600|19200|38400|57600|115200|230400|460800";
static const char szProsigns[] = "~|%|&|+|=|{|}|<|>|[|]| ";} {}
static const char szProsigns[] = "~|%|&|+|=|{|}|<|>|[|]| ";} {selected
}
Fl_Window {} {
label {Fldigi configuration} open
xywh {593 55 540 400} type Double color 45 selection_color 51 labelsize 18 align 80 non_modal visible
@ -145,7 +147,7 @@ static const char szProsigns[] = "~|%|&|+|=|{|}|<|>|[|]| ";} {}
} {
Fl_Group tabOperator {
label Operator
callback {progdefaults.changed = true;} selected
callback {progdefaults.changed = true;}
tooltip {Operator information} xywh {0 25 540 345} when 1
} {
Fl_Group {} {

Wyświetl plik

@ -812,8 +812,6 @@ void cb_contestiaCustom(Fl_Widget *w, void *arg)
void set_rtty_tab_widgets()
{
progdefaults.rtty_parity = 0;
progdefaults.rtty_stop = 1;
selShift->value(progdefaults.rtty_shift);
selCustomShift->deactivate();
selBits->value(progdefaults.rtty_bits);