mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Correct, cleanup, translate and unify file filters
Correct spelling and typos in file filters. Unify and translate file filter names. Don't pass a file filter to a directory open dialog - not needed. Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
This commit is contained in:
parent
92ba4b9cc7
commit
8b56dc30d7
9 changed files with 105 additions and 77 deletions
|
@ -190,7 +190,8 @@ private:
|
|||
QAction *actionPreviousDive;
|
||||
UserManual *helpView;
|
||||
CurrentState state;
|
||||
QString filter();
|
||||
QString filter_open();
|
||||
QString filter_import();
|
||||
static MainWindow *m_Instance;
|
||||
QString displayedFilename(QString fullFilename);
|
||||
bool askSaveChanges();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue