From 00a078d7e98c42706bf9b4ca2fc391324596a644 Mon Sep 17 00:00:00 2001 From: Daniel Francis Date: Sat, 06 Oct 2012 15:20:10 +0000 Subject: Remove Graph Plotter mentions Sweetener was used on Graph Plotter, here I use the application name from info.py . --- diff --git a/application.py b/application.py index c50b69f..376cfd3 100755 --- a/application.py +++ b/application.py @@ -240,7 +240,7 @@ class Application(gtk.Window): if __name__ == '__main__': - logger.debug('Initializing Graph Plotter') + logger.debug('Initializing %s' % info.name) import sys if info.io_mode == info.DOCUMENT: if len(sys.argv) > 1: @@ -263,5 +263,5 @@ if __name__ == '__main__': window.file_path = file_path window.show() gtk.main() - logger.debug('Closing Graph Plotter') + logger.debug('Closing %s' % info.name) exit() -- cgit v0.9.1