author | llornkcor <llornkcor> | 2002-06-22 23:03:32 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-22 23:03:32 (UTC) |
commit | c015dff8a9e3aec56117349bb58f6d1bf1a7eb4a (patch) (unidiff) | |
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 ) | |||
72 | QString release=name.release; | 72 | QString release=name.release; |
73 | 73 | ||
74 | if( release.find("embedix",0,TRUE) !=-1) | 74 | if( release.find("embedix",0,TRUE) !=-1) |
75 | stereoCheckBox->hide(); | 75 | stereoCheckBox->hide(); |
76 | } | ||
76 | // else | 77 | // else |
77 | // stereoCheckBox->hide(); | 78 | // stereoCheckBox->hide(); |
78 | 79 | ||
79 | 80 | ||