Mark a TODO
This commit is contained in:
parent
7a3941e80e
commit
d4310848e9
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user