X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fkbsequence.h;h=6dc269a0357687f9f3e343c8927992a5a4036848;hb=e7f4618bcce770369cf46335c2c7f0164b4b8857;hp=036cdcf43bce7efd56e79b0d170cdce8b1d7170f;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/kbsequence.h b/src/kbsequence.h index 036cdcf43b..6dc269a035 100644 --- a/src/kbsequence.h +++ b/src/kbsequence.h @@ -63,15 +63,19 @@ public: /** * Return the current sequence as a string. + * @param forgui true if the string should use translations and + * special characters. * @see parse() */ - std::string const print() const; + docstring const print(bool forgui) const; /** * Return the current sequence and available options as * a string. No options are added if no curmap kb map exists. + * @param forgui true if the string should use translations and + * special characters. */ - std::string const printOptions() const; + docstring const printOptions(bool forgui) const; /// Mark the sequence as deleted. void mark_deleted();