summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/BUGS1
-rw-r--r--noncore/apps/opie-console/profileeditordialog.cpp3
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
@@ -31 +31,2 @@ connection its used on
+- 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
@@ -9,3 +9,2 @@
-//#include "profileeditorplugins.h"
#include "metafactory.h"
@@ -203,3 +202,3 @@ void ProfileEditorDialog::slotConActivated( const QString& str ) {
//if ( ( )->layer()->supports()[0] == 1 ) {
- if ( m_conCmb ->currentText() == "local Console" ) {
+ if ( m_conCmb ->currentText() == tr("local Console") ) {
m_autoConnect->setChecked( true );