]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiViewSource.cpp
Allow LyX format to be written to View>Source window.
[features.git] / src / frontends / qt4 / GuiViewSource.cpp
index 286055c4076de2c5e873a9364cf31a580575b48c..f4f197d1de8a08d9493027afe520b541e1ddcd7e 100644 (file)
@@ -209,9 +209,6 @@ void ViewSourceWidget::updateDefaultFormat()
                        LYXERR0("Can't find format for backend " << format << "!");
                        continue;
                } 
-               if (fmt->name() == "lyx")
-                       // we can't presently display the LyX format itself
-                       continue;
 
                QString const pretty = qt_(fmt->prettyname());
                QString const qformat = toqstr(format);