-rw-r--r-- | noncore/apps/opie-console/btconfigwidget.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-console/btconfigwidget.cpp b/noncore/apps/opie-console/btconfigwidget.cpp index 7f82e06..232e497 100644 --- a/noncore/apps/opie-console/btconfigwidget.cpp +++ b/noncore/apps/opie-console/btconfigwidget.cpp | |||
@@ -163,25 +163,25 @@ void BTConfigWidget::save( Profile& prof ) { | |||
163 | case IOLayerBase::Baud_38400: | 163 | case IOLayerBase::Baud_38400: |
164 | speed = 38400; | 164 | speed = 38400; |
165 | break; | 165 | break; |
166 | case IOLayerBase::Baud_19200: | 166 | case IOLayerBase::Baud_19200: |
167 | speed = 19200; | 167 | speed = 19200; |
168 | break; | 168 | break; |
169 | case IOLayerBase::Baud_4800: | 169 | case IOLayerBase::Baud_4800: |
170 | speed = 4800; | 170 | speed = 4800; |
171 | break; | 171 | break; |
172 | case IOLayerBase::Baud_2400: | 172 | case IOLayerBase::Baud_2400: |
173 | speed = 2400; | 173 | speed = 2400; |
174 | break; | 174 | break; |
175 | case IOLayerBase::Baud_1200; | 175 | case IOLayerBase::Baud_1200: |
176 | speed = 1200; | 176 | speed = 1200; |
177 | break; | 177 | break; |
178 | default: | 178 | default: |
179 | case IOLayerBase::Baud_9600: | 179 | case IOLayerBase::Baud_9600: |
180 | speed = 9600; | 180 | speed = 9600; |
181 | break; | 181 | break; |
182 | } | 182 | } |
183 | 183 | ||
184 | prof.writeEntry("Flow", flow); | 184 | prof.writeEntry("Flow", flow); |
185 | prof.writeEntry("Parity", parity); | 185 | prof.writeEntry("Parity", parity); |
186 | prof.writeEntry("Speed", speed); | 186 | prof.writeEntry("Speed", speed); |
187 | prof.writeEntry("Mac", m_mac->text() ); | 187 | prof.writeEntry("Mac", m_mac->text() ); |