mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Added the .ssrf extension to the open dialog filter.
Fixes #205 Signed-off-by: Patrick Valsecchi <patrick@thus.ch> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fb5ae28865
commit
36c28089db
1 changed files with 2 additions and 1 deletions
|
@ -415,7 +415,7 @@ void MainWindow::on_actionUserManual_triggered()
|
|||
QString MainWindow::filter()
|
||||
{
|
||||
QString f;
|
||||
f += "ALL ( *.xml *.XML *.uddf *.udcf *.UDFC *.jlb *.JLB ";
|
||||
f += "ALL ( *.ssrf *.xml *.XML *.uddf *.udcf *.UDFC *.jlb *.JLB ";
|
||||
#ifdef LIBZIP
|
||||
f += "*.sde *.SDE *.dld *.DLD ";
|
||||
#endif
|
||||
|
@ -424,6 +424,7 @@ QString MainWindow::filter()
|
|||
#endif
|
||||
f += ");;";
|
||||
|
||||
f += "Subsurface (*.ssrf);;";
|
||||
f += "XML (*.xml *.XML);;";
|
||||
f += "UDDF (*.uddf);;";
|
||||
f += "UDCF (*.udcf *.UDCF);;";
|
||||
|
|
Loading…
Add table
Reference in a new issue