]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MacroTable.cpp
installer: further preparation
[lyx.git] / src / mathed / MacroTable.cpp
index 74c90918ef1ea67baedf538de885aab84a3dbaf3..fbcd7e69e578549d1130d99cf67e133c76f3ab4d 100644 (file)
@@ -136,7 +136,7 @@ void MacroData::updateData() const
        if (queried_)
                return;
 
-       LBUFERR(buffer_, _("Corrupt macro data!"));
+       LBUFERR(buffer_);
        
        // Try to fix position DocIterator. Should not do anything in theory.
        pos_.fixIfBroken();