]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/qt_helpers.cpp
Add a "List of Changes" in the Navigator. The list is updated only when the document...
[features.git] / src / frontends / qt4 / qt_helpers.cpp
index 395eb4edf92bf338cf0eb2a6e66cd88c360fecd4..5c4e7387e6ad1da31d14a459e452e8d36773bf52 100644 (file)
@@ -498,6 +498,8 @@ QString guiName(string const & type, BufferParams const & bp)
                return qt_("Labels and References");
        if (type == "branch")
                return qt_("List of Branches");
+       if (type == "change")
+               return qt_("List of Changes");
 
        FloatList const & floats = bp.documentClass().floats();
        if (floats.typeExist(type))