Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 8, 2004, 8:27:03 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/gui/console: ready for appending to log.

File:
1 edited

Legend:

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

    r1880 r1882  
    4343      gtk_box_pack_start(GTK_BOX(vbox_main), log.createLog(), TRUE, TRUE, 0);
    4444      gtk_box_pack_start(GTK_BOX(vbox_main), entry.createEntry(), FALSE, FALSE, 0);
     45      entry.setLog(&log);
    4546    }
    4647  gtk_container_add(GTK_CONTAINER(window), vbox_main);
    47  
    4848 
    4949  gtk_widget_show_all(window);
Note: See TracChangeset for help on using the changeset viewer.