]> git.lyx.org Git - lyx.git/commitdiff
Forgot this.
authorRichard Heck <rgheck@comcast.net>
Sat, 17 Apr 2010 13:24:49 +0000 (13:24 +0000)
committerRichard Heck <rgheck@comcast.net>
Sat, 17 Apr 2010 13:24:49 +0000 (13:24 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34188 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetInfo.cpp

index 45aae5251954fa11074ad266960f277b0e50120d..a1ce48fe4b95c8b0086c5c33bdccd2941e21591f 100644 (file)
@@ -403,6 +403,7 @@ void InsetInfo::updateInfo()
        case LYX_INFO:
                if (name_ == "version")
                        setText(from_ascii(PACKAGE_VERSION));
+               break;
        }
 }