mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Revert "Set default extensions for most save files"
This reverts commit 6f21bacd82.
This commit is contained in:
committed by
Baldur Karlsson
parent
378d934018
commit
427b7f8553
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user