Ignore:
Timestamp:
08/30/01 16:02:20 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Starguider.cc

    r912 r921  
    123123    fList.Add(fMenu);
    124124
    125     fCRaDec = new MGCoordinates(this, kTRUE,
    126                                 "Right Ascension [\xb0]:", "Declination [\xb0]:");
     125    fCRaDec = new MGCoordinates(this, kETypeRaDec);
    127126    fCRaDec->Move(1, fMenu->GetDefaultHeight()+584);
    128127    AddFrame(fCRaDec);
    129128    fList.Add(fCRaDec);
    130129
    131     fCZdAz = new MGCoordinates(this, kFALSE,
    132                                 "Zenith Dist. [\xb0]:", "Azimuth [\xb0]:");
     130    fCZdAz = new MGCoordinates(this, kETypeZdAz);
    133131    fCZdAz->Move(240+12, fMenu->GetDefaultHeight()+584);
    134132    AddFrame(fCZdAz);
Note: See TracChangeset for help on using the changeset viewer.