Skip to content

Commit

Permalink
Justification for prior change.
Browse files Browse the repository at this point in the history
Code change is in commit 281f3e7. 

Justification:
Note that in the past, we used the theme icon if present. This is wrong
IMO; the window icon should match the thing that the user clicks in
their OS to start FoFiX.
  • Loading branch information
wrzwicky committed Oct 17, 2017
1 parent 999a066 commit 58b7d18
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions fofix/core/GameEngine.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,7 @@ def __init__(self, config = None):
self.title = self.versionString
self.restartRequested = False

# Find window icon
#WRZ Note that in the past, we used the theme icon if present.
# This is wrong IMO; the window icon should match the thing
# that the user clicks in their OS to start FoFiX.
# Load window icon
icon = os.path.join(Version.dataPath(), "fofix_icon.png")

self.video = Video(self.title, icon)
Expand Down

0 comments on commit 58b7d18

Please sign in to comment.