]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/KeySymbol.h
Keep dialog connected to cross-ref inset after Apply.
[lyx.git] / src / frontends / KeySymbol.h
index 6f9b0645f1412f95d8ffd1e7030f2cd519c8a17b..cdb5f8f3a111573005143faf302b1f30583b9ad7 100644 (file)
@@ -56,7 +56,7 @@ public:
         * Use the native UI format when \c forgui is true.
         * i.e. (translated and with special characters for Mac OS X)
         */
-       docstring const print(KeyModifier mod, bool forgui) const;
+       docstring const print(KeyModifier mod, bool forgui, bool untranslated = false) const;
 
        ///
        int key() const { return key_; }