* ./unicorn:

- Change: In CgtMain, add a more complete credits cartouche.
This commit is contained in:
Jean-Paul Chaput 2010-06-01 09:31:16 +00:00
parent 40ab589962
commit b49f871575
1 changed files with 11 additions and 4 deletions

View File

@ -280,10 +280,17 @@ int main ( int argc, char *argv[] )
unicorn->getBanner().setPurpose ( "Coriolis Graphical Tool" );
cmess1 << unicorn->getBanner() << endl;
cout << " The Knik router makes use of FLUTE software" << endl;
cout << " Author .................... Chris C. N. CHU" << endl;
cout << " Prof. Ident. ........ Iowa State University" << endl;
cout << " URL .... http://home.eng.iastate.edu/~cnchu" << endl;
cmess1 << " Tool Credits" << endl;
cmess1 << " Hurricane .................... Remy Escassut & Christian Masson" << endl;
cmess1 << " Knik - Global Router ............................ Damien Dupuis" << endl;
cmess1 << " Kite - Detailed Router ....................... Jean-Paul Chaput" << endl;
cmess1 << " Software Engineering ..................... Christophe Alexandre" << endl;
cmess1 << endl;
cout << " The Knik router makes use of FLUTE software" << endl;
cout << " Author ........................................ Chris C. N. CHU" << endl;
cout << " Prof. Ident. ............................ Iowa State University" << endl;
cout << " URL ........................ http://home.eng.iastate.edu/~cnchu" << endl;
cmess2 << af->getPrint() << endl;
//unicorn->registerTool ( Knik::GraphicKnikEngine::grab() );