diff options
-rw-r--r-- | sword1/control.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sword1/control.cpp b/sword1/control.cpp index 7bd2c2b97e..d7c69050d3 100644 --- a/sword1/control.cpp +++ b/sword1/control.cpp @@ -734,7 +734,7 @@ const ButtonInfo SwordControl::_panelButtons[8] = { {145, 296 + 40, SR_BUTTON, BUTTON_QUIT }, {475, 188 + 40, SR_BUTTON, BUTTON_SPEED }, {475, 224 + 40, SR_BUTTON, BUTTON_VOLUME_PANEL }, - {475, 260 + 40, SR_BUTTON, BUTTON_TEXT }, + {475, 260 + 40, SR_TEXT_BUTTON, BUTTON_TEXT }, {475, 332 + 40, SR_BUTTON, BUTTON_DONE } }; |