Ignore:
Timestamp:
03/02/01 14:25:49 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mars.cc

    r464 r669  
    1616//    started by  h. kornmayer      january, 3rd  2001
    1717
    18 
    1918int main(int argc, char **argv )
    2019{
    2120  // initialise ROOT
    2221
    23   TROOT simple("mars", "MARS - MAGIC analysis and reconstruction software");
     22  TROOT simple("Mars", "MARS - MAGIC analysis and reconstruction software");
    2423
    25   TApplication theApp("App", &argc, argv);
     24  TApplication theApp("MarsApp", &argc, argv);
    2625
    2726  // start the main window
Note: See TracChangeset for help on using the changeset viewer.