* ./unicorn:

- License: In CgtMain, adds banner for FLUTE credits (always displayed).
This commit is contained in:
Jean-Paul Chaput 2010-05-30 18:30:20 +00:00
parent 3fe20ba62a
commit 62790ef0dc
1 changed files with 5 additions and 0 deletions

View File

@ -280,7 +280,12 @@ int main ( int argc, char *argv[] )
unicorn->getBanner().setPurpose ( "Coriolis Graphical Tool" ); unicorn->getBanner().setPurpose ( "Coriolis Graphical Tool" );
cmess1 << unicorn->getBanner() << endl; 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;
cmess2 << af->getPrint() << endl; cmess2 << af->getPrint() << endl;
//unicorn->registerTool ( Knik::GraphicKnikEngine::grab() ); //unicorn->registerTool ( Knik::GraphicKnikEngine::grab() );
unicorn->registerTool ( Kite::GraphicKiteEngine::grab() ); unicorn->registerTool ( Kite::GraphicKiteEngine::grab() );
unicorn->setEnableRedrawInterrupt ( true ); unicorn->setEnableRedrawInterrupt ( true );