Revert "Set default extensions for most save files"

This reverts commit 6f21bacd82.
This commit is contained in:
Cory Bloor
2017-10-12 02:38:54 -06:00
committed by Baldur Karlsson
parent 378d934018
commit 427b7f8553
7 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -511,7 +511,7 @@ void PythonShell::on_openScript_clicked()
void PythonShell::on_saveScript_clicked()
{
QString filename = RDDialog::getSaveFileName(this, tr("Save Python Script"), QString(),
tr("Python scripts (*.py)"), lit("py"));
tr("Python scripts (*.py)"));
if(!filename.isEmpty())
{