diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-05-11 15:09:26 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-05-11 15:09:26 -0500 |
commit | 9e70ed513211b0560a6562a06bac62813a44c04f (patch) | |
tree | 0342cb8df434821b514846baf44e4d39bb0cb433 | |
parent | 25e4f54e5a02b3609ef21243d79315a605bbbdb6 (diff) |
waitbutton in scripts is not the same as waitbutton in texts
original-commit-id: a548ffdd3576f04ab7b67c5c766b6dce68262d43
-rw-r--r-- | crystal.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2387,7 +2387,7 @@ class Populate2ndLineOfTextBoxWithRAMContents(TextCommand): class ShowArrowsAndButtonWait(TextCommand): "06 = Wait for key down + show arrows. Structure: [06]" id = 0x6 - macro_name = "waitbutton" + macro_name = "text_waitbutton" size = 1 class Populate2ndLine(TextCommand): """ |