Skip to content

Commit

Permalink
Updated attribution. Tag this 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
samclane committed Nov 13, 2018
1 parent b4fc215 commit 1a4bfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.pyw
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class LifxFrame(ttk.Frame):
messagebox.showinfo("About", "LIFX-Control-Panel\n"
"Version {}\n"
"{}, {}\n"
"Bulb Icons by DJW".format(VERSION, AUTHOR, BUILD_DATE))
"Bulb Icons by Quixote".format(VERSION, AUTHOR, BUILD_DATE))

def on_closing(self):
self.logger.info('Shutting down.\n')
Expand Down

0 comments on commit 1a4bfde

Please sign in to comment.