Update main.py

This commit is contained in:
OusmBlueNinja 2024-12-29 14:07:54 -06:00
parent 73fe281402
commit ca57219811

View File

@ -48,7 +48,7 @@ class DLLExtractorApp:
ttk.Button(file_frame, text="Browse", command=self.browse_file).grid(row=0, column=2, padx=5)
# Dependencies List
ttk.Label(frame, text="Non-OS DLL Dependencies:").pack(anchor="w", pady=(10, 5))
ttk.Label(frame, text="DLL Dependencies:").pack(anchor="w", pady=(10, 5))
list_frame = ttk.Frame(frame)
list_frame.pack(fill=tk.BOTH, expand=True, pady=5)