Skip to content

Commit 9fdd65c

Browse files
.
1 parent 2f8bead commit 9fdd65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def get_line_numbers():
7979

8080
# Initialize the main window
8181
root = tk.Tk()
82-
root.title("Text Editor")
82+
root.title("B++ Junior Professional File Editor")
8383

8484
# Set the window icon
8585
icon_path = os.path.join(basedir, "icons", "favicon.ico")

0 commit comments

Comments
 (0)