]> git.lyx.org Git - features.git/commitdiff
Improve comment.
authorRichard Heck <rgheck@comcast.net>
Sun, 24 Feb 2008 22:42:27 +0000 (22:42 +0000)
committerRichard Heck <rgheck@comcast.net>
Sun, 24 Feb 2008 22:42:27 +0000 (22:42 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23201 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index ab61ce352a6b4681bdfbcd15b563b2727ac3bf94..bd889cae39e86623f211905f0db0ad1c16a2761c 100644 (file)
@@ -274,8 +274,7 @@ void GuiLayoutBox::addItemSort(QString const & item, bool sorted)
        //below but to compare translated strings to figure out which layout the
        //user wants. This is not ideal. A better way is the way module names are 
        //handled in GuiDocument: viz, the untranslated name can be associated 
-       //with the item via QComboBox::setItemData(). It may be that this can
-       //even be done by passing: addItem(item, untransName).
+       //with the item by using GuiIdListModel.
        int const end = count();
        if (!sorted || end < 2 || item[0].category() != QChar::Letter_Uppercase) {
                addItem(item);