From 95d0065ebb1569e0fe76205817fa775e85805d15 Mon Sep 17 00:00:00 2001 From: Herr L Date: Thu, 7 Sep 2017 23:55:38 +0200 Subject: [PATCH] more useful title of folder selection window --- ProjectLifer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLifer.py b/ProjectLifer.py index 7dfc684..967c834 100644 --- a/ProjectLifer.py +++ b/ProjectLifer.py @@ -58,7 +58,7 @@ class ProjectLiferFrame(Frame): options['initialdir'] = 'C:\\' options['mustexist'] = False options['parent'] = root - options['title'] = 'This is a title' + options['title'] = 'Ordner auswählen' self.columnconfigure(0, weight=1) self.columnconfigure(1, weight=1) self.columnconfigure(2, weight=10)