projekty
/
imago.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
moving code around
[imago.git]
/
manual.py
diff --git
a/manual.py
b/manual.py
index
c7f8e2b
..
c5b702d
100644
(file)
--- a/
manual.py
+++ b/
manual.py
@@
-11,7
+11,7
@@
class Screen:
def __init__(self, res):
pygame.init()
pygame.display.set_mode(res)
- pygame.display.set_caption("
Go image captur
e")
+ pygame.display.set_caption("
Imago manual mod
e")
self._screen = pygame.display.get_surface()
def display_picture(self, im):