From 8f7dcb040adc59494562bc0ae0312996aeac813c Mon Sep 17 00:00:00 2001 From: snooty <160587111+snootysteppes@users.noreply.github.com> Date: Tue, 15 Oct 2024 16:51:45 +0100 Subject: [PATCH] Update exedump.py --- exedump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exedump.py b/exedump.py index b800928..bc42bd7 100644 --- a/exedump.py +++ b/exedump.py @@ -152,7 +152,7 @@ def browse_file(): frame = tk.Frame(root) frame.pack(padx=20, pady=20) -button = tk.Button(frame, text="Browse files", command=browse_file) +button = tk.Button(frame, text="Add .exe", command=browse_file) button.grid(row=0, column=0, padx=10, pady=10) # Version selector