Changeset 402 in ntrip


Ignore:
Timestamp:
Feb 14, 2007, 4:14:26 PM (17 years ago)
Author:
weber
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnctabledlg.cpp

    r401 r402  
    9090  //  connect(_buttonSkl, SIGNAL(clicked()), this, SLOT(slotSkl()));
    9191
    92   _buttonWhatsThis = new QPushButton(tr("What's this? Shift+F1"), this);
     92  _buttonWhatsThis = new QPushButton(tr("Help=Shift+F1"), this);
    9393  connect(_buttonWhatsThis, SIGNAL(clicked()), this, SLOT(slotWhatsThis()));
    9494
  • trunk/BNC/bncwindow.cpp

    r401 r402  
    9494  _actStop->setEnabled(false);
    9595
    96   _actwhatsthis= new QAction(tr("What's this? Shift+F1"),this);
     96  _actwhatsthis= new QAction(tr("Help=Shift+F1"),this);
    9797  connect(_actwhatsthis, SIGNAL(triggered()), SLOT(slotWhatsThis()));
    9898
    99   _actwhatsthismenu= new QAction(tr("What's this?\tShift+F1"),this);
    100   connect(_actwhatsthismenu, SIGNAL(triggered()), SLOT(slotWhatsThis()));
     99//_actwhatsthismenu= new QAction(tr("Help\tShift+F1"),this);
     100//connect(_actwhatsthismenu, SIGNAL(triggered()), SLOT(slotWhatsThis()));
    101101
    102102  // Create Menus
     
    111111  _menuHlp = menuBar()->addMenu(tr("&Help"));
    112112  _menuHlp->addAction(_actHelp);
    113   _menuHlp->addAction(_actwhatsthismenu);
     113//_menuHlp->addAction(_actwhatsthismenu);
    114114  _menuHlp->addAction(_actAbout);
    115115
Note: See TracChangeset for help on using the changeset viewer.