author | kergoth <kergoth> | 2002-05-13 16:31:43 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2002-05-13 16:31:43 (UTC) |
commit | addcce2881f07c1f04113e4df2ec7e4186d4cee4 (patch) (unidiff) | |
tree | 0dd4a6906957dc7befaf6aa4932265b68da620ca | |
parent | 186743975bad7728dde9208f631d81ddc3dd47d9 (diff) | |
download | opie-addcce2881f07c1f04113e4df2ec7e4186d4cee4.zip opie-addcce2881f07c1f04113e4df2ec7e4186d4cee4.tar.gz opie-addcce2881f07c1f04113e4df2ec7e4186d4cee4.tar.bz2 |
ugh. I hate mondays.
-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 | |||
@@ -53,7 +53,6 @@ int main(int argc, char* argv[]) | |||
53 | 53 | ||
54 | putenv((char*)"COLORTERM="); // to trigger mc's color detection | 54 | putenv((char*)"COLORTERM="); // to trigger mc's color detection |
55 | 55 | ||
56 | tmp.insert(0,"-"); // we want a login shell | ||
57 | Konsole m( "test", shell, tmp, TRUE ); | 56 | Konsole m( "test", shell, tmp, TRUE ); |
58 | m.setCaption( Konsole::tr("Terminal") ); | 57 | m.setCaption( Konsole::tr("Terminal") ); |
59 | a.showMainWidget( &m ); | 58 | a.showMainWidget( &m ); |