]> git.lyx.org Git - lyx.git/blobdiff - src/support/Package.cpp
Complete the removal of the embedding stuff. Maybe. It's hard to be sure we got every...
[lyx.git] / src / support / Package.cpp
index 774bcc043de3dc3cdabb785e60c6ea344537b183..241a708afab6663e2968b5ce642cdc58bc2c2fce 100644 (file)
@@ -73,7 +73,7 @@ Package const & package()
        // Commented out because package().locale_dir() can be called
        // from the message translation code in Messages.cpp before
        // init_package() is called. Lars is on the case...
-       // BOOST_ASSERT(initialised_);
+       // LASSERT(initialised_, /**/);
        return package_;
 }