1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Updated documentation with latest changes

This commit is contained in:
f4exb
2018-01-07 00:42:22 +01:00
parent eafeaa2a77
commit 85e1606962
20 changed files with 249 additions and 41 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ void EditCommandDialog::on_showFileDialog_clicked(bool checked __attribute__((un
this,
tr("Select command"),
dirStr,
tr("Python (*.py);;Shell (*.sh *.bat);;Binary (*.bin *.exe);;All (*)"));
tr("All (*);;Python (*.py);;Shell (*.sh *.bat);;Binary (*.bin *.exe)"));
if (fileName != "") {
ui->command->setText(fileName);