summaryrefslogtreecommitdiffstats
path: root/mathemagics/mathemagics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mathemagics/mathemagics.cpp')
-rw-r--r--mathemagics/mathemagics.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/mathemagics/mathemagics.cpp b/mathemagics/mathemagics.cpp
index 24ac91b..73877a9 100644
--- a/mathemagics/mathemagics.cpp
+++ b/mathemagics/mathemagics.cpp
@@ -146,6 +146,7 @@ Mathemagics::Mathemagics(TQWidget *parent, const char *name, WFlags f)
(void) new TDEAction(i18n("&Revert Stack Changes"), 0, this, SLOT(slotRevert()), actionCollection(), "revert");
(void) new TDEAction(i18n("&Drop"), 0, this, SLOT(slotDrop()), actionCollection(), "drop");
+ setStandardToolBarMenuEnabled(true);
statusBar();
createGUI();