-rw-r--r-- | noncore/apps/opie-console/BUGS | 1 | ||||
-rw-r--r-- | noncore/apps/opie-console/profileeditordialog.cpp | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/opie-console/BUGS b/noncore/apps/opie-console/BUGS index e6339e1..8195dc5 100644 --- a/noncore/apps/opie-console/BUGS +++ b/noncore/apps/opie-console/BUGS | |||
@@ -30,2 +30,3 @@ connection its used on | |||
30 | - keys button | 30 | - keys button |
31 | 31 | ||
32 | - exit / strg + d does not close conection / tab \ No newline at end of file | ||
diff --git a/noncore/apps/opie-console/profileeditordialog.cpp b/noncore/apps/opie-console/profileeditordialog.cpp index 127009b..36daaef 100644 --- a/noncore/apps/opie-console/profileeditordialog.cpp +++ b/noncore/apps/opie-console/profileeditordialog.cpp | |||
@@ -8,5 +8,4 @@ | |||
8 | #include <qscrollview.h> | 8 | #include <qscrollview.h> |
9 | 9 | ||
10 | //#include "profileeditorplugins.h" | ||
11 | #include "metafactory.h" | 10 | #include "metafactory.h" |
12 | #include "profileeditordialog.h" | 11 | #include "profileeditordialog.h" |
@@ -202,5 +201,5 @@ void ProfileEditorDialog::slotConActivated( const QString& str ) { | |||
202 | // supports auto connect and then set it as prefered | 201 | // supports auto connect and then set it as prefered |
203 | //if ( ( )->layer()->supports()[0] == 1 ) { | 202 | //if ( ( )->layer()->supports()[0] == 1 ) { |
204 | if ( m_conCmb ->currentText() == "local Console" ) { | 203 | if ( m_conCmb ->currentText() == tr("local Console") ) { |
205 | m_autoConnect->setChecked( true ); | 204 | m_autoConnect->setChecked( true ); |
206 | } else { | 205 | } else { |