Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 12, 2004, 5:25:46 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: modularity improoved…. made the last changes even better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/gui/console/orxonox_console.cc

    r1884 r1890  
    4444      gtk_box_pack_start(GTK_BOX(vbox_main), log.createLog(), TRUE, TRUE, 0);
    4545      gtk_box_pack_start(GTK_BOX(vbox_main), entry.createEntry(), FALSE, FALSE, 0);
    46       entry.setLog(&log,&entry);
     46      entry.setLog(&log);
    4747    }
    4848  gtk_container_add(GTK_CONTAINER(window), vbox_main);
     
    5757int main( int argc, char *argv[] )
    5858
     59  verbose = 0;
     60
    5961  OrxonoxConsole console;
    6062 
Note: See TracChangeset for help on using the changeset viewer.