summaryrefslogtreecommitdiff
path: root/noncore/settings/sound
authorllornkcor <llornkcor>2002-09-25 00:57:41 (UTC)
committer llornkcor <llornkcor>2002-09-25 00:57:41 (UTC)
commitaec4470eeec00493e92680f36a0f58964abdbe8a (patch) (side-by-side diff)
treeaff353d875cfb1e30eccd01330617309618f5575 /noncore/settings/sound
parentb4c23347000668cc111418cce4ec2822977e5c9d (diff)
downloadopie-aec4470eeec00493e92680f36a0f58964abdbe8a.zip
opie-aec4470eeec00493e92680f36a0f58964abdbe8a.tar.gz
opie-aec4470eeec00493e92680f36a0f58964abdbe8a.tar.bz2
change to reflect familiar's record/memo button sending Key_24 now
Diffstat (limited to 'noncore/settings/sound') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sound/soundsettingsbase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/settings/sound/soundsettingsbase.cpp b/noncore/settings/sound/soundsettingsbase.cpp
index 1a60109..5421bb4 100644
--- a/noncore/settings/sound/soundsettingsbase.cpp
+++ b/noncore/settings/sound/soundsettingsbase.cpp
@@ -138,7 +138,7 @@ SoundSettingsBase::SoundSettingsBase( QWidget* parent, const char* name, bool m
keyComboBox = new QComboBox( FALSE, this, "keyComboBox" );
keyComboBox->insertItem( tr( "" ) );
keyComboBox->insertItem( tr( "Taskbar Icon" ) );
- keyComboBox->insertItem( tr( "Key_Escape" ) );
+ keyComboBox->insertItem( tr( "Key_Record" ) );
keyComboBox->insertItem( tr( "Key_Space" ) );
keyComboBox->insertItem( tr( "Key_Home" ) );
keyComboBox->insertItem( tr( "Key_Calender" ) );