Changeset 2788 for trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
- Timestamp:
- 01/13/04 16:38:59 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MStatusDisplay.cc
r2787 r2788 1883 1883 if (num>0) 1884 1884 *fLog << "to " << name; 1885 *fLog << "... " << flush;1885 *fLog << "... " << flush; 1886 1886 1887 1887 n->SetBatch(kTRUE); … … 1927 1927 1928 1928 ps.Close(); 1929 1930 SetStatusLine2("Updating header of PS file..."); 1931 1932 *fLog << inf << " - Updating header of PS file... " << flush; 1929 1933 UpdatePSHeader(name); 1934 *fLog << inf << "done." << endl; 1930 1935 1931 1936 gVirtualPS = psave;
Note:
See TracChangeset
for help on using the changeset viewer.