From 56841abd920355a2992d5845931eef0421f7a1f4 Mon Sep 17 00:00:00 2001 From: Dale Athanasias Date: Sat, 4 Apr 2015 10:33:35 +1100 Subject: [PATCH] Mark a TODO --- gramps/gui/grampsgui.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index ad250839a..b9f5c84f8 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -31,7 +31,7 @@ LOG = logging.getLogger(".grampsgui") #------------------------------------------------------------------------- # -# GRAMPS Modules +# Gramps Modules # #------------------------------------------------------------------------- from gramps.gen.config import config @@ -193,7 +193,7 @@ def register_stock_icons (): ('gramps-zoom-best-fit', _('Fit Page'), Gdk.ModifierType.CONTROL_MASK, 0, ''), ('gramps-citation', _('Citations'), Gdk.ModifierType.CONTROL_MASK, 0, ''), ] - # the following icons are not yet in new directory structure + #TODO# the following icons are not yet in new directory structure # they should be ported in the near future items_legacy = [ ('gramps-export', _('Export'), Gdk.ModifierType.CONTROL_MASK, 0, ''), @@ -365,7 +365,7 @@ def __startgramps(errors, argparser): "by changing the last-view parameter.\n" ), exc_info=True) - # start GRAMPS, errors stop the gtk loop + # start Gramps, errors stop the gtk loop try: quit_now = False exit_code = 0 @@ -412,7 +412,7 @@ def __startgramps(errors, argparser): return False def startgtkloop(errors, argparser): - """ We start the gtk loop and run the function to start up GRAMPS + """ We start the gtk loop and run the function to start up Gramps """ if GObject.pygobject_version < (3, 10, 2): GObject.threads_init()