From ca57219811ac442724cd63be3b2eb4062162c0e4 Mon Sep 17 00:00:00 2001 From: OusmBlueNinja <89956790+OusmBlueNinja@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:07:54 -0600 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 09ad063..d0bbe78 100644 --- a/main.py +++ b/main.py @@ -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)