]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/Toolbars.h
Fix crash when the Gui Name of a toolbar is not plain ascii. This
[features.git] / src / frontends / qt4 / Toolbars.h
index 6ecc738ad9b7ffecd5ca1aff2739780dd32362b1..48ca1c223c5eddfdfef283cd6fc16f9252fde915 100644 (file)
@@ -77,7 +77,7 @@ public:
        /// toolbar name
        std::string name;
        /// toolbar GUI name
-       std::string gui_name;
+       docstring gui_name;
        /// toolbar contents
        Items items;