Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2006, 10:50:16 AM (18 years ago)
Author:
bensch
Message:

orxonox/qt_gui: more gui-elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/lib/gui/qt_gui/gui_audio.cc

    r7634 r7636  
    4545
    4646    {
    47       QtGuiCheckBox* fullscreen = new QtGuiCheckBox(CONFIG_NAME_DISABLE_AUDIO, this, true);
    48       layout->addWidget(fullscreen, 0, 0);
     47      QtGuiCheckBox* disableAudio = new QtGuiCheckBox(CONFIG_NAME_DISABLE_AUDIO, this, false);
     48      layout->addWidget(disableAudio, 0, 0);
    4949
    5050
Note: See TracChangeset for help on using the changeset viewer.