Changeset 3788 in ntrip for trunk/BNC/bncwindow.cpp


Ignore:
Timestamp:
Apr 5, 2012, 12:54:27 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncwindow.cpp

    r3787 r3788  
    126126  _actStop = new QAction(tr("Sto&p"),this);
    127127  connect(_actStop, SIGNAL(triggered()), SLOT(slotStop()));
    128   enableStartStop();
    129128
    130129  _actwhatsthis= new QAction(tr("Help ?=Shift+F1"),this);
     
    136135  bncSettings settings;
    137136
    138   // Netowrk Options
     137  // Network Options
    139138  // ---------------
    140139  _proxyHostLineEdit  = new QLineEdit(settings.value("proxyHost").toString());
     
    12041203  // --------------------------
    12051204  slotBncTextChanged();
     1205  enableStartStop();
    12061206
    12071207  // Auto start
Note: See TracChangeset for help on using the changeset viewer.