-rw-r--r-- | core/apps/embeddedkonsole/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/apps/embeddedkonsole/main.cpp b/core/apps/embeddedkonsole/main.cpp index 5bb71c0..b3c0453 100644 --- a/core/apps/embeddedkonsole/main.cpp +++ b/core/apps/embeddedkonsole/main.cpp @@ -54,5 +54,4 @@ int main(int argc, char* argv[]) putenv((char*)"COLORTERM="); // to trigger mc's color detection - tmp.insert(0,"-"); // we want a login shell Konsole m( "test", shell, tmp, TRUE ); m.setCaption( Konsole::tr("Terminal") ); |