]> git.lyx.org Git - lyx.git/blobdiff - src/kbsequence.C
hopefully fix tex2lyx linking.
[lyx.git] / src / kbsequence.C
index 708fb99ee5b8b2b072789933fbe296131fedf603..dc1706dda6939b84980c55bc396ddbecf97b6545 100644 (file)
@@ -21,6 +21,9 @@
 #include "frontends/LyXKeySym.h"
 #include "frontends/LyXKeySymFactory.h"
 
+
+namespace lyx {
+
 using std::make_pair;
 using std::string;
 
@@ -157,7 +160,7 @@ string const kb_sequence::printOptions() const
        if (!curmap)
                return buf;
 
-       buf += lyx::to_utf8(_("   options: "));
+       buf += to_utf8(_("   options: "));
        buf += curmap->print();
        return buf;
 }
@@ -180,3 +183,6 @@ void kb_sequence::clear()
        sequence.clear();
        reset();
 }
+
+
+} // namespace lyx