Skip to content

Commit 17a2c88

Browse files
committed
gui: removing .db* from save dialog
Signed-off-by: Peter Gadfort <[email protected]>
1 parent c216ca6 commit 17a2c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/src/mainWindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ void MainWindow::openDesign()
19141914

19151915
void MainWindow::saveDesign()
19161916
{
1917-
const std::vector<QString> exts{".odb", ".odb.gz", ".db", ".db.gz"};
1917+
const std::vector<QString> exts{".odb", ".odb.gz"};
19181918

19191919
QString filefilter = "OpenDB (";
19201920
for (const auto& ext : exts) {

0 commit comments

Comments
 (0)