Forgot this.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34188 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-04-17 13:24:49 +00:00
parent 64840ec5ef
commit 7747410bb0

View File

@ -403,6 +403,7 @@ void InsetInfo::updateInfo()
case LYX_INFO:
if (name_ == "version")
setText(from_ascii(PACKAGE_VERSION));
break;
}
}