Ignore:
Timestamp:
05/03/02 09:33:44 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1108 r1330  
    1919!   Author(s): Harald Kornmayer 1/2001
    2020!
    21 !   Copyright: MAGIC Software Development, 2000-2001
     21!   Copyright: MAGIC Software Development, 2000-2002
    2222!
    2323!
     
    292292
    293293            case kPicMagic:
     294                cout << "Trying to start 'netscape http://hegra1.mppmu.mpg.de/MAGICWeb/'..." << endl;
    294295                gSystem->Exec("netscape http://hegra1.mppmu.mpg.de/MAGICWeb/ &");
    295296                return kTRUE;
    296297
    297298            case kPicMars:
    298                 gSystem->Exec("netscape http://magic.uni-sw.gwdg.de/mars/ &");
     299                cout << "Trying to start 'netscape http://magic.astro.uni-wuerzburg.de/mars/'..." << endl;
     300                gSystem->Exec("netscape http://magic.astro.uni-wuerzburg.de/mars/ &");
    299301                return kTRUE;
    300302            }
Note: See TracChangeset for help on using the changeset viewer.