Changeset 3788 in ntrip
- Timestamp:
- Apr 5, 2012, 12:54:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3787 r3788 126 126 _actStop = new QAction(tr("Sto&p"),this); 127 127 connect(_actStop, SIGNAL(triggered()), SLOT(slotStop())); 128 enableStartStop();129 128 130 129 _actwhatsthis= new QAction(tr("Help ?=Shift+F1"),this); … … 136 135 bncSettings settings; 137 136 138 // Net owrk Options137 // Network Options 139 138 // --------------- 140 139 _proxyHostLineEdit = new QLineEdit(settings.value("proxyHost").toString()); … … 1204 1203 // -------------------------- 1205 1204 slotBncTextChanged(); 1205 enableStartStop(); 1206 1206 1207 1207 // Auto start
Note:
See TracChangeset
for help on using the changeset viewer.