From: BenoƮt Fontaine Date: Sun, 11 Mar 2018 23:57:02 +0000 (+0100) Subject: Add icon X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=d860b74123b10fbe31ab1a3cb7d81f15845c1d43;p=gamesguru%2Fgetmyancestors.git Add icon --- diff --git a/fstogedcom.ico b/fstogedcom.ico new file mode 100644 index 0000000..e04de03 Binary files /dev/null and b/fstogedcom.ico differ diff --git a/fstogedcom.py b/fstogedcom.py index d9cc9dc..0532b89 100644 --- a/fstogedcom.py +++ b/fstogedcom.py @@ -514,5 +514,6 @@ class FStoGEDCOM(Notebook): if __name__ == '__main__': root = Tk() root.title('FamilySearch to GEDCOM') + root.iconbitmap('fstogedcom.ico') fstogedcom = FStoGEDCOM(root) fstogedcom.mainloop()