author | llornkcor <llornkcor> | 2002-06-22 23:03:32 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-22 23:03:32 (UTC) |
commit | c015dff8a9e3aec56117349bb58f6d1bf1a7eb4a (patch) (side-by-side diff) | |
tree | 2a83ddfd30bf8133df28ce0b353b617c8ef9a9ad | |
parent | b6f6bab5e56f352a4f71dadb40530d6cdcaea3cc (diff) | |
download | opie-c015dff8a9e3aec56117349bb58f6d1bf1a7eb4a.zip opie-c015dff8a9e3aec56117349bb58f6d1bf1a7eb4a.tar.gz opie-c015dff8a9e3aec56117349bb58f6d1bf1a7eb4a.tar.bz2 |
fix
-rw-r--r-- | noncore/settings/sound/soundsettings.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/sound/soundsettings.cpp b/noncore/settings/sound/soundsettings.cpp index 75a707b..b490072 100644 --- a/noncore/settings/sound/soundsettings.cpp +++ b/noncore/settings/sound/soundsettings.cpp @@ -72,8 +72,9 @@ SoundSettings::SoundSettings( QWidget* parent, const char* name, WFlags fl ) QString release=name.release; if( release.find("embedix",0,TRUE) !=-1) stereoCheckBox->hide(); + } // else // stereoCheckBox->hide(); |