Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4028 in orxonox.OLD for orxonox/trunk/src/lib/gui


Ignore:
Timestamp:
May 3, 2005, 10:47:07 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: gui is now built inside of src

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/gui/gui/orxonox_gui_exec.cc

    r4026 r4028  
    360360    exec->writeToFile(Window::mainWindow);
    361361  cout << "Starting Orxonox" <<endl;
    362   gtk_main_quit();
    363   system("cd ..;./orxonox"); //!< \todo fix this. should execute orxonox for real(coded not over the shell)
     362  system("./orxonox"); //!< \todo fix this. should execute orxonox for real(coded not over the shell)
    364363}
    365364
     
    391390  if(exec->shouldsave())
    392391    exec->writeToFile(Window::mainWindow);
    393   system("cd ..;./orxonox"); //!< \todo fix this. should execute orxonox for real(coded not over the shell)
     392  system("./orxonox"); //!< \todo fix this. should execute orxonox for real(coded not over the shell)
    394393}
    395394/**
Note: See TracChangeset for help on using the changeset viewer.