Import translate

This commit is contained in:
Jon Tibble 2010-06-17 15:23:50 +01:00
parent 1af5f700e2
commit 035ae84f39

View File

@ -24,7 +24,8 @@
############################################################################### ###############################################################################
from PyQt4 import QtCore, QtGui from PyQt4 import QtCore, QtGui
from openlp.core.lib import build_icon
from openlp.core.lib import build_icon, translate
class SplashScreen(object): class SplashScreen(object):
def __init__(self, version): def __init__(self, version):