diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index c97263767..ee9c00879 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -254,7 +254,7 @@ class Gramps(object): from .dialog import WarningDialog import gettext - _display_welcome_message() + #_display_welcome_message() register_stock_icons() if lin() and glocale.lang != 'C' and not gettext.find(GTK_GETTEXT_DOMAIN):