Skip to content

Commit

Permalink
Bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Portnov committed Aug 24, 2014
1 parent 1734463 commit c931e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self):
self.gui = GUIWidget(self)
self.setCentralWidget(self.gui)

self.setWindowTitie(_("Palette editor"))
self.setWindowTitle(_("Palette editor"))
self.resize(800, 600)


Expand Down

0 comments on commit c931e63

Please sign in to comment.