]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt3/QLPopupMenu.C
authorGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 13 Sep 2006 16:36:56 +0000 (16:36 +0000)
committerGeorg Baum <Georg.Baum@post.rwth-aachen.de>
Wed, 13 Sep 2006 16:36:56 +0000 (16:36 +0000)
(QLPopupMenu::populate): Don't append a lyx::char_type to a qstring

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14988 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt3/QLPopupMenu.C

index 781ca8a30451e74169b4f47de29bbab55de91748..f1b6f40b57704bea86ae461b86a296454e64b6e0 100644 (file)
@@ -145,7 +145,7 @@ void QLPopupMenu::populate(Menu * menu)
 #else
                        docstring const binding(m->binding());
                        if (!binding.empty()) {
-                               label += char_type('\t') + toqstr(binding);
+                               label += '\t' + toqstr(binding);
                        }
 #endif