X-Git-Url: http://git.tomasm.cz/imago.git/blobdiff_plain/d7381505234afcfa32b97fcb2fc30a8b01618601..3fa492032fb6f72fc8d153c0d11ad61155e8c1b9:/manual.py?ds=sidebyside diff --git a/manual.py b/manual.py index c7f8e2b..c5b702d 100644 --- 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 capture") + pygame.display.set_caption("Imago manual mode") self._screen = pygame.display.get_surface() def display_picture(self, im):