summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mathemagics/mathemagics.cpp1
-rw-r--r--mathemagics/mathemagicsui.rc2
2 files changed, 3 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();
diff --git a/mathemagics/mathemagicsui.rc b/mathemagics/mathemagicsui.rc
index 78f9cee..6a1372b 100644
--- a/mathemagics/mathemagicsui.rc
+++ b/mathemagics/mathemagicsui.rc
@@ -53,6 +53,8 @@
<Action name="angle" />
<Separator />
<Action name="keypad" />
+ <Separator />
+ <Merge name="StandardToolBarMenuHandler" />
</Menu>
</MenuBar>