Skip to content

Commit

Permalink
Go go 1.0!
Browse files Browse the repository at this point in the history
  • Loading branch information
danboid committed Feb 24, 2017
1 parent 76c35f5 commit 3b7abd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shufti.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-

'''
shufti - The persistent image viewer
shufti 1.0 - The persistent image viewer
By Dan MacDonald, 2017.
Expand Down Expand Up @@ -104,7 +104,7 @@ def __init__(self):
self.inshuft = 1
# Set common window attributes
self.path, self.title = os.path.split(self.key)
self.setWindowTitle(str(self.title) + " - shufti")
self.setWindowTitle(str(self.title) + " - shufti 1.0")
self.img = QPixmap(self.key)
self.scene = QGraphicsScene()
self.scene.addPixmap(self.img)
Expand Down

0 comments on commit 3b7abd3

Please sign in to comment.