From 035ae84f39ff9230fa987ff0c396f258cdbbcb3c Mon Sep 17 00:00:00 2001 From: Jon Tibble Date: Thu, 17 Jun 2010 15:23:50 +0100 Subject: [PATCH] Import translate --- openlp/core/ui/splashscreen.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openlp/core/ui/splashscreen.py b/openlp/core/ui/splashscreen.py index d964ed610..f49d73815 100644 --- a/openlp/core/ui/splashscreen.py +++ b/openlp/core/ui/splashscreen.py @@ -24,7 +24,8 @@ ############################################################################### from PyQt4 import QtCore, QtGui -from openlp.core.lib import build_icon + +from openlp.core.lib import build_icon, translate class SplashScreen(object): def __init__(self, version):