-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from jdranczewski/dev - v1.03.1
v1.03.1
- Loading branch information
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -943,7 +943,7 @@ def body(self, master): | |
logo = Tk.Label(master, image=photo) | ||
logo.photo = photo | ||
logo.pack() | ||
label = Tk.Label(master, text="This software was created by Jakub Dranczewski during a UROP in 2018.\nIt is based on concepts from Magic, which was created by George Swadling.\n\nYou can contact me on [email protected] or (as I inevitably loose either the whole email or the 17) [email protected]\n\nv1.03") | ||
label = Tk.Label(master, text="This software was created by Jakub Dranczewski during a UROP in 2018.\nIt is based on concepts from Magic, which was created by George Swadling.\n\nYou can contact me on [email protected] or (as I inevitably loose either the whole email or the 17) [email protected]\n\nv1.03.1") | ||
label.pack() | ||
|
||
def buttonbox(self): | ||
|