summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (show whitespace changes)
-rw-r--r--core/apps/embeddedkonsole/konsole.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/core/apps/embeddedkonsole/konsole.cpp b/core/apps/embeddedkonsole/konsole.cpp
index 275a9a8..eda3135 100644
--- a/core/apps/embeddedkonsole/konsole.cpp
+++ b/core/apps/embeddedkonsole/konsole.cpp
@@ -301,4 +301,5 @@ void Konsole::init(const char* _pgm, QStrList & _args)
#endif
+ configMenu->insertItem( tr("Font"), fontList );
configMenu->insertItem(tr( "Colors") ,colorMenu);
@@ -308,5 +309,5 @@ void Konsole::init(const char* _pgm, QStrList & _args)
connect( scrollMenu, SIGNAL(activated(int)),this,SLOT(scrollMenuSelected(int)));
connect(editCommandListMenu,SIGNAL(activated(int)),this,SLOT(editCommandListMenuSelected(int)));
- menuBar->insertItem( tr("Font"), fontList );
+
menuBar->insertItem( tr("Options"), configMenu );
@@ -669,4 +670,5 @@ void Konsole::colorMenuSelected(int iD)
// QString temp;
// qDebug( temp.sprintf("colormenu %d", iD));
+
TEWidget* te = getTe();
Config cfg("Konsole");
@@ -802,4 +804,5 @@ void Konsole::configMenuSelected(int iD)
// QString temp;
// qDebug( temp.sprintf("configmenu %d",iD));
+
TEWidget* te = getTe();
Config cfg("Konsole");
@@ -872,5 +875,6 @@ void Konsole::setColor()
void Konsole::scrollMenuSelected(int index)
{
- qDebug( "scrollbar menu %d",index);
+// qDebug( "scrollbar menu %d",index);
+
TEWidget* te = getTe();
Config cfg("Konsole");