]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetInfo.cpp
Change inset label from ": filename" to "Program Listing: filename" for listings...
[lyx.git] / src / insets / InsetInfo.cpp
index 9a86168862a433e03ee9ca35383f6b92bcbdf145..11fd583b31a04c310ccd403ae910c00aff8941f8 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "support/debug.h"
 #include "support/docstream.h"
+#include "support/docstring_list.h"
 #include "support/FileName.h"
 #include "support/gettext.h"
 #include "support/lstrings.h"
@@ -205,7 +206,7 @@ void InsetInfo::updateInfo()
                break;
        }
        case MENU_INFO: {
-               vector<docstring> names;
+               docstring_list names;
                FuncRequest func = lyxaction.lookupFunc(name_);
                if (func.action == LFUN_UNKNOWN_ACTION) {
                        setText(bformat(_("Unknown action %1$s"), from_utf8(name_)), bp.getFont(), false);