QTfrontend/sdlkeys.h
changeset 11470 b8c14f26a2fb
parent 11046 47a8c19ecb60
child 13175 9f6f2e51d2ef
--- a/QTfrontend/sdlkeys.h	Wed Dec 30 08:50:19 2015 -0500
+++ b/QTfrontend/sdlkeys.h	Wed Dec 30 11:59:43 2015 -0500
@@ -118,8 +118,8 @@
     {"insert", QT_TRANSLATE_NOOP("binds (keys)", "Insert")},
     {"home", QT_TRANSLATE_NOOP("binds (keys)", "Home")},
     {"end", QT_TRANSLATE_NOOP("binds (keys)", "End")},
-    {"page up", QT_TRANSLATE_NOOP("binds (keys)", "Page up")},
-    {"page down", QT_TRANSLATE_NOOP("binds (keys)", "Page down")},
+    {"page_up", QT_TRANSLATE_NOOP("binds (keys)", "Page up")},
+    {"page_down", QT_TRANSLATE_NOOP("binds (keys)", "Page down")},
     {"f1", "F1"},
     {"f2", "F2"},
     {"f3", "F3"},