summaryrefslogtreecommitdiff
path: root/core/apps/embeddedkonsole/konsole.cpp
authorllornkcor <llornkcor>2004-05-18 06:07:52 (UTC)
committer llornkcor <llornkcor>2004-05-18 06:07:52 (UTC)
commit7ef1b7162aa93f7ec8b93db57b9a1cda900c9276 (patch) (unidiff)
tree74e8297889fc6b6e0be13032d7b96814ce184466 /core/apps/embeddedkonsole/konsole.cpp
parent8fa8520b56173c4b2b48b602a93188d40d375435 (diff)
downloadopie-7ef1b7162aa93f7ec8b93db57b9a1cda900c9276.zip
opie-7ef1b7162aa93f7ec8b93db57b9a1cda900c9276.tar.gz
opie-7ef1b7162aa93f7ec8b93db57b9a1cda900c9276.tar.bz2
use menu icon, and cleanup control file for pics dir, so not to include the CVS dir
Diffstat (limited to 'core/apps/embeddedkonsole/konsole.cpp') (more/less context) (show whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index 80c8223..5cfd644 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -605,7 +605,7 @@ void Konsole::init(const char* _pgm, QStrList & _args)
605 QAction *a; 605 QAction *a;
606 606
607 // Button Commands 607 // Button Commands
608 a = new QAction( tr("New"), Resource::loadPixmap( "konsole/Terminal" ), QString::null, 0, this, 0 ); 608 a = new QAction( tr("New"), Resource::loadPixmap( "konsole/konsole" ), QString::null, 0, this, 0 );
609 connect( a, SIGNAL( activated() ), this, SLOT( newSession() ) ); 609 connect( a, SIGNAL( activated() ), this, SLOT( newSession() ) );
610 a->addTo( toolBar ); 610 a->addTo( toolBar );
611 611