summaryrefslogtreecommitdiff
path: root/src/gui/magic.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/magic.cpp')
-rw-r--r--src/gui/magic.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/magic.cpp b/src/gui/magic.cpp
index c0b0519f..0906566b 100644
--- a/src/gui/magic.cpp
+++ b/src/gui/magic.cpp
@@ -33,6 +33,7 @@ MagicDialog::MagicDialog():
{
setWindowName("Magic");
setCloseButton(true);
+ setSaveVisible(true);
setDefaultSize(255, 30, 175, 225);
gcn::Button *spellButton1 = new Button(_("Cast Test Spell 1"), "spell_1", this);