]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiInclude.cpp
Use <cstdint> instead of <boost/cstdint.hpp>
[lyx.git] / src / frontends / qt4 / GuiInclude.cpp
index 43f71d73441a2f392cd1ee72ddd683fa01e2dc36..c55d71fa7f21ddb116bef58f36c13e3cac16f3d8 100644 (file)
@@ -154,10 +154,6 @@ void GuiInclude::typeChanged(int v)
                        listingsGB->setEnabled(false);
                        break;
        }
-       //see this thread
-       //  http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg118471.html
-       //for the reason this is here.
-       buttonBox->button(QDialogButtonBox::Ok)->setDefault(true);
 }