tiny useless whitespace fix from Andre

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3778 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2002-03-19 13:48:02 +00:00
parent ff86a01601
commit f0efb4bec8

View File

@ -1102,8 +1102,8 @@ string const LyXFunc::dispatch(kb_action action, string argument)
case LFUN_PREVIEW:
Exporter::Preview(owner->buffer(), argument);
break;
case LFUN_BUILDPROG:
case LFUN_BUILDPROG:
Exporter::Export(owner->buffer(), "program", true);
break;