Changeset 1330 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 05/03/02 09:33:44 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MMars.cc
r1108 r1330 19 19 ! Author(s): Harald Kornmayer 1/2001 20 20 ! 21 ! Copyright: MAGIC Software Development, 2000-200 121 ! Copyright: MAGIC Software Development, 2000-2002 22 22 ! 23 23 ! … … 292 292 293 293 case kPicMagic: 294 cout << "Trying to start 'netscape http://hegra1.mppmu.mpg.de/MAGICWeb/'..." << endl; 294 295 gSystem->Exec("netscape http://hegra1.mppmu.mpg.de/MAGICWeb/ &"); 295 296 return kTRUE; 296 297 297 298 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/ &"); 299 301 return kTRUE; 300 302 }
Note:
See TracChangeset
for help on using the changeset viewer.