author | llornkcor <llornkcor> | 2002-02-01 18:27:20 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-02-01 18:27:20 (UTC) |
commit | 96f799b935cda52dfed323cadb9025ba1ae737df (patch) (unidiff) | |
tree | a171ad37eed9bfb8619e8c524f4311a9abc3f4f1 | |
parent | 4ffeffe4e91867dca42c02ddc5521d4182cabbb6 (diff) | |
download | opie-96f799b935cda52dfed323cadb9025ba1ae737df.zip opie-96f799b935cda52dfed323cadb9025ba1ae737df.tar.gz opie-96f799b935cda52dfed323cadb9025ba1ae737df.tar.bz2 |
enabled fix
-rw-r--r-- | core/apps/embeddedkonsole/konsole.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp index f3f0c29..efcb1f2 100644 --- a/core/apps/embeddedkonsole/konsole.cpp +++ b/core/apps/embeddedkonsole/konsole.cpp | |||
@@ -54,2 +54,3 @@ | |||
54 | 54 | ||
55 | |||
55 | class EKNumTabBar : public QTabBar { | 56 | class EKNumTabBar : public QTabBar { |
@@ -122,2 +123,3 @@ static const char *commonCmds[] = | |||
122 | "nc localhost 7777", | 123 | "nc localhost 7777", |
124 | "netstat ", | ||
123 | "nslookup ", | 125 | "nslookup ", |
@@ -703,3 +705,3 @@ void Konsole::configMenuSelected(int iD) | |||
703 | if(cfg.readEntry("EditEnabled","FALSE")=="TRUE") { | 705 | if(cfg.readEntry("EditEnabled","FALSE")=="TRUE") { |
704 | configMenu->setItemChecked(-16,TRUE); | 706 | configMenu->setItemChecked(-20,TRUE); |
705 | commonCombo->setEditable( TRUE ); | 707 | commonCombo->setEditable( TRUE ); |