Ignore:
Timestamp:
11/07/01 14:13:50 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r993 r1050  
    3030#include <TGTab.h>         // TGTab
    3131#include <TGMenu.h>        // TGPopupMenu
     32#include <TSystem.h>       // gSystem->Exec
    3233#include <TGMsgBox.h>      // TGMsgBox
    3334#include <TGButton.h>      // TGPictureButton
    3435#include <TG3DLine.h>      // TGHorizontal3DLine
    35                            // use TGSplitter.h for root<3.00
     36
    3637#include "MEvtDisp.h"
    3738#include "MAnalysis.h"
     
    289290
    290291            case M_PICTURE_MAGIC:
    291                 DisplWarning("Please open a Netscape to the MAGIC homepage\n"
    292                              "http://hegra1.mppmu.mpg.de/MAGICWeb/");
     292                gSystem->Exec("netscape http://hegra1.mppmu.mpg.de/MAGICWeb/ &");
    293293                return kTRUE;
    294294
    295295            case M_PICTURE_MARS:
    296                 DisplWarning("Please open a Netscape to the MARS homepage\n"
    297                              "http://magic.uni-sw.gwdg.de/mars/");
     296                gSystem->Exec("netscape http://magic.uni-sw.gwdg.de/mars/ &");
    298297                return kTRUE;
    299298            }
Note: See TracChangeset for help on using the changeset viewer.