aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Screens/MessageBox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/MessageBox.py b/lib/python/Screens/MessageBox.py
index 87299657..87da7f9c 100644
--- a/lib/python/Screens/MessageBox.py
+++ b/lib/python/Screens/MessageBox.py
@@ -13,7 +13,7 @@ class MessageBox(Screen):
self["key_green"] = Button("OK")
self["key_red"] = Button("Exit")
- self["actions"] = ActionMap(["OkCancelActions"],
+ self["actions"] = ActionMap(["MsgBoxActions"],
{
"cancel": self.cancel,
"ok": self.ok