From 514e8e09a2ab6758a4cd9c12b098f2da42a680ba Mon Sep 17 00:00:00 2001 From: u68 <78559138+u68@users.noreply.github.com> Date: Wed, 14 Feb 2024 20:15:02 +1300 Subject: [PATCH] Update main.py changes --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 4b0a959..a5e1f5a 100644 --- a/main.py +++ b/main.py @@ -51,7 +51,7 @@ def compile_translate(): result_text.insert(tk.END, '\n'.join(matching_strings)) root = tk.Tk() -root.title("String Matching") +root.title("AnyRop Translator v0.16") ropfile = "" disasfile = ""