From 5b87ca1bc5226aad050cab05856a7d41960228bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Ple=C3=9F?= Date: Wed, 3 Dec 2014 17:48:31 +0100 Subject: [PATCH] changed window title from ekgplotter --- ekgplotter/ekgplotter/main_qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ekgplotter/ekgplotter/main_qt.py b/ekgplotter/ekgplotter/main_qt.py index a57b302..ace17f5 100644 --- a/ekgplotter/ekgplotter/main_qt.py +++ b/ekgplotter/ekgplotter/main_qt.py @@ -235,6 +235,7 @@ def main(): window = EkgPlotWidget(args) logger.info("foooooooo") + window.setWindowTitle("EKGPlotterMain") window.show() # sys.excepthook = window.sigint_handler # signal.signal(signal.SIGTERM, window.sigterm_handler)