Changeset 1816 for trunk/MagicSoft/Cosy/gui/MGStarguider.cc
- Timestamp:
- 03/12/03 14:05:24 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Cosy/gui/MGStarguider.cc
r1804 r1816 572 572 { 573 573 if (fFileType->IsEntryChecked(IDM_kPNG)) 574 { 575 static int num = 0; 576 char name[80]; 577 sprintf(name, "pix/file%04d.png", num++); 578 Writer::Png(name, c, tm); 579 } 574 Writer::Png("pix/file", c, tm); 580 575 581 576 if (fFileType->IsEntryChecked(IDM_kPPM)) 582 { 583 static int num = 0; 584 char name[80]; 585 sprintf(name, "pix/file%04d.ppm", num++); 586 Writer::Ppm(name, c); 587 } 577 Writer::Ppm("pix/file", c, tm); 588 578 589 579 if (fWriteType->IsEntryChecked(IDM_kOnce))
Note:
See TracChangeset
for help on using the changeset viewer.