From d7a4ad19a8493dbb226e7f8355c49dafd1fa9597 Mon Sep 17 00:00:00 2001 From: zecke Date: Mon, 21 Oct 2002 22:37:55 +0000 Subject: one more mimetype for scripts this makes play nirvana work ;) --- (limited to 'noncore/apps') diff --git a/noncore/apps/opie-console/mainwindow.cpp b/noncore/apps/opie-console/mainwindow.cpp index 7ffeca7..89f3516 100644 --- a/noncore/apps/opie-console/mainwindow.cpp +++ b/noncore/apps/opie-console/mainwindow.cpp @@ -297,6 +297,7 @@ void MainWindow::slotSaveScript() { QStringList script; script << "text/plain"; script << "text/all"; + script << "application/octet-stream"; types.insert("Script", script); QString filename = OFileDialog::getSaveFileName(2, "/", QString::null, types); if (!filename.isEmpty()) { @@ -312,6 +313,7 @@ void MainWindow::slotRunScript() { QStringList script; script << "text/plain"; script << "text/all"; + script << "application/octet-stream"; types.insert("Script", script); QString filename = OFileDialog::getOpenFileName(2, "/", QString::null, types); if (!filename.isEmpty()) { -- cgit v0.9.0.2