diff options
Diffstat (limited to 'Mac/Tools/twit/mactwit_app.py')
-rw-r--r-- | Mac/Tools/twit/mactwit_app.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Tools/twit/mactwit_app.py b/Mac/Tools/twit/mactwit_app.py index ed96af5..4b8433a 100644 --- a/Mac/Tools/twit/mactwit_app.py +++ b/Mac/Tools/twit/mactwit_app.py @@ -20,9 +20,9 @@ import macfs import string # Resource-id (for checking existence) -ID_MODULES=512 +ID_MODULES=500 -ID_ABOUT=515 +ID_ABOUT=502 _arrow = Qd.qd.arrow _watch = Qd.GetCursor(4).data |