From 8752d173afdb292ea372b430621bd090b0a50e16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 11 Feb 2014 10:31:10 +0100 Subject: [PATCH] Display the warning message before running trunk version --- gramps/gui/grampsgui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gui/grampsgui.py b/gramps/gui/grampsgui.py index 09c18a111..bed648b44 100644 --- a/gramps/gui/grampsgui.py +++ b/gramps/gui/grampsgui.py @@ -256,6 +256,7 @@ class Gramps(object): from .dialog import WarningDialog import gettext + _display_welcome_message() register_stock_icons() if lin() and glocale.lang != 'C' and not gettext.find(GTK_GETTEXT_DOMAIN):