mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Improve files names extension for Gnome DE and Flatpak
This commit is contained in:
@@ -313,7 +313,7 @@ QString ProjectView::askUserForFilePath(bool assign) {
|
||||
QString filepath = QFileDialog::getSaveFileName(
|
||||
this,
|
||||
tr("Enregistrer sous", "dialog title"),
|
||||
m_project -> currentDir(),
|
||||
m_project -> currentDir() + "/" + tr("sansnom") + ".qet",
|
||||
tr("Projet QElectroTech (*.qet)", "filetypes allowed when saving a project file")
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user