Skip to content

Commit 79b8829

Browse files
committed
Fixed name in application title bar
1 parent 3fe94e7 commit 79b8829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gomap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,7 @@ def initialize(self):
678678
self.gameroot=self.sgf.get_root()
679679

680680

681-
self.parent.title('GoReviewPartner')
681+
self.parent.title('GoMap')
682682
self.parent.protocol("WM_DELETE_WINDOW", self.close_app)
683683

684684

0 commit comments

Comments
 (0)