Skip to content

Commit

Permalink
Update exedump.py
Browse files Browse the repository at this point in the history
  • Loading branch information
snootysteppes authored Oct 15, 2024
1 parent 8488121 commit 8f7dcb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exedump.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f7dcb0

Please sign in to comment.