]> git.lyx.org Git - lyx.git/blobdiff - src/KeySequence.h
Amend 9f04eeae032d
[lyx.git] / src / KeySequence.h
index a0eb74eb03b2c80e657c2588a622621b23c54093..444fb0871975095d14a8be5b59fb1762602e61a0 100644 (file)
@@ -66,13 +66,13 @@ public:
                ForGui,         //< use platform specific translations and special characters
                BindFile        //< the format used in lyx bind files
        };
-       
+
        /**
         * Return the current sequence as a string.
         * @param format output format
         * @see parse()
         */
-       docstring const print(outputFormat format) const;
+       docstring const print(outputFormat format, bool const untranslated = false) const;
 
        /**
         * Return the current sequence and available options as