Changeset 5571 in ntrip
- Timestamp:
- Nov 25, 2013, 3:21:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncwindow.cpp
r5528 r5571 128 128 connect(_actFontSel, SIGNAL(triggered()), SLOT(slotFontSel())); 129 129 130 _actSaveOpt = new QAction(tr("& Save && RereadConfiguration"),this);130 _actSaveOpt = new QAction(tr("&Reread && Save Configuration"),this); 131 131 connect(_actSaveOpt, SIGNAL(triggered()), SLOT(slotSaveOptions())); 132 132 … … 141 141 _actDeleteMountPoints->setEnabled(false); 142 142 143 _actMapMountPoints = new QAction(tr(" Streams&Map"),this);143 _actMapMountPoints = new QAction(tr("&Map"),this); 144 144 connect(_actMapMountPoints, SIGNAL(triggered()), SLOT(slotMapMountPoints())); 145 145
Note:
See TracChangeset
for help on using the changeset viewer.