X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fkbsequence.C;h=dc1706dda6939b84980c55bc396ddbecf97b6545;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=0d701cdb28ea982ad740bf828fecd98f9f4d7287;hpb=f8146681da3247efed4131e1e4b4315f0434d583;p=lyx.git diff --git a/src/kbsequence.C b/src/kbsequence.C index 0d701cdb28..dc1706dda6 100644 --- a/src/kbsequence.C +++ b/src/kbsequence.C @@ -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 += _(" options: "); + buf += to_utf8(_(" options: ")); buf += curmap->print(); return buf; } @@ -180,3 +183,6 @@ void kb_sequence::clear() sequence.clear(); reset(); } + + +} // namespace lyx