X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=blobdiff_plain;f=src%2Fgui%2FMainwindow.cxx;h=39fc83e0d83b4506ccc8d4e56ef5ca5ec138d2af;hp=544d5fd7dc65efee0af1d8d5f7ab194b1a93b291;hb=af104b02984cca1973051b301c946d5937b9af4d;hpb=fd85e36ca37c93139dc7bf8d06cf71bc5a225321 diff --git a/src/gui/Mainwindow.cxx b/src/gui/Mainwindow.cxx index 544d5fd..39fc83e 100644 --- a/src/gui/Mainwindow.cxx +++ b/src/gui/Mainwindow.cxx @@ -56,7 +56,7 @@ Mainwindow::Mainwindow(InformationManager* mgr) connect(guileLoad, &QAction::triggered, [&]() { QString fileName = QFileDialog::getOpenFileName(this, tr("Open Script"), "", - tr("Binaries") + " (*." + + tr("Scripts") + " (*." + manager->getInterpreter("GUILE")->fileExtension().c_str() + ")"); if(! fileName.isNull()) { std::stringstream a, b;