From: Bo Peng Date: Tue, 2 Jan 2007 05:22:20 +0000 (+0000) Subject: Scons: fix a typo X-Git-Tag: 1.6.10~11390 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5059ac7648d5383ab71e3ade0b31f034598ff3fb;p=features.git Scons: fix a typo git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16463 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index d1f9d5a16b..bcb3d03efb 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -1381,7 +1381,7 @@ if os.name == 'nt': rc.close() frontend_env['ICON_RES'] = frontend_env.RES(rc_file) else: - frontend_end['ICON_RES'] = [] + frontend_env['ICON_RES'] = [] # # Report results