]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFlex.cpp
Change inset label from ": filename" to "Program Listing: filename" for listings...
[lyx.git] / src / insets / InsetFlex.cpp
index 1972f52295008016d09b6f3c6d007702bc90ae20..717fb2b100097482ad52264fbc98a4168fcc7bae 100644 (file)
@@ -110,7 +110,7 @@ int InsetFlex::docbook(odocstream & os, OutputParams const & runparams) const
 
 void InsetFlex::textString(odocstream & os) const
 {
-       os << paragraphs().begin()->asString(true);
+       os << paragraphs().begin()->asString(AS_STR_LABEL | AS_STR_INSETS);
 }