Fix bug 2906: imcomplete dialog label translation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@16804 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2007-01-22 02:59:55 +00:00
parent 23c6d0089f
commit 216ce237d7

View File

@ -1637,6 +1637,7 @@ if build_qt2:
# load qt2 tools
qt2env.Tool('qt')
qt2env['QT_UICDECLFLAGS'] = '-tr qt_'
qt2env['QT_UICIMPLFLAGS'] = '-tr qt_'
qt2env.AppendUnique(CPPPATH = [
'$BUILDDIR/common',