Changeset 2022


Ignore:
Timestamp:
04/28/03 13:11:33 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmain/MStatusDisplay.cc

    r2015 r2022  
    640640Bool_t MStatusDisplay::ProcessMessageCommandMenu(Long_t id)
    641641{
    642     //cout << "Menu #" << id << endl;
    643642    switch (id)
    644643    {
     
    710709        fTab->SetTab(fTab->GetCurrent()-1);
    711710        return kTRUE;
     711
     712    default:
     713        cout << "Command-Menu: Id=" << id << endl;
    712714    }
    713715    return kTRUE;
    714716
    715     cout << "Command-Menu: Id=" << id << endl;
    716717}
    717718
     
    971972// disable the automatic update in a MEventloop.
    972973//
    973 void MStatusDisplay::StartUpdate(Int_t millisec=-1)
     974void MStatusDisplay::StartUpdate(Int_t millisec)
    974975{
    975976    if (fTimer.GetTime()<TTime(0))
Note: See TracChangeset for help on using the changeset viewer.