Changeset 5571 in ntrip for trunk/BNC/src


Ignore:
Timestamp:
Nov 25, 2013, 3:21:23 PM (10 years ago)
Author:
weber
Message:

'Streams Map' button modified to 'Map'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncwindow.cpp

    r5528 r5571  
    128128  connect(_actFontSel, SIGNAL(triggered()), SLOT(slotFontSel()));
    129129
    130   _actSaveOpt = new QAction(tr("&Save && Reread Configuration"),this);
     130  _actSaveOpt = new QAction(tr("&Reread && Save Configuration"),this);
    131131  connect(_actSaveOpt, SIGNAL(triggered()), SLOT(slotSaveOptions()));
    132132
     
    141141  _actDeleteMountPoints->setEnabled(false);
    142142
    143   _actMapMountPoints = new QAction(tr("Streams &Map"),this);
     143  _actMapMountPoints = new QAction(tr("&Map"),this);
    144144  connect(_actMapMountPoints, SIGNAL(triggered()), SLOT(slotMapMountPoints()));
    145145
Note: See TracChangeset for help on using the changeset viewer.