Changeset 1265 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Oct 31, 2000, 6:05:42 PM (25 years ago)
Author:
ercodmgr
Message:

GetTmpDir SetTmpDir ds nobjmgr.h
re-ecriture commande sur piconsole en bleu/bleu_gras
suppression OBJ ds CrMakeFile

rz+cmv 31/10/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r1251 r1265  
    371371else if ( msg == 30200  ) {    // Objet PIConsole
    372372  string s = mCons->GetCmdString();
    373   string s2 = "\nExecuting " + s + "\n";
    374   mCons->AddStr(s2.c_str(), PIVA_Blue, true);
     373  //  string s2 = "\nExecuting " + s + "\n";
     374  mCons->AddStr("Cmd> ", PIVA_Blue, false);
     375  //  s2 = s + "\n";
     376  mCons->AddStr(s.c_str(), PIVA_Blue|PIVA_Bold, false);
     377  mCons->AddChar('\n', PIVA_Def, true);
    375378  SetBusy();
    376379#ifdef SANS_EVOLPLANCK
Note: See TracChangeset for help on using the changeset viewer.