Changeset 4028 in orxonox.OLD for orxonox/trunk/src/lib/gui
- Timestamp:
- May 3, 2005, 10:47:07 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/gui/gui/orxonox_gui_exec.cc
r4026 r4028 360 360 exec->writeToFile(Window::mainWindow); 361 361 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) 364 363 } 365 364 … … 391 390 if(exec->shouldsave()) 392 391 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) 394 393 } 395 394 /**
Note: See TracChangeset
for help on using the changeset viewer.