mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
Improved map file selection
This commit is contained in:
parent
06205470fe
commit
e9ef68a81c
@ -153,8 +153,9 @@ void MapList::clear()
|
||||
|
||||
QString MapList::formats()
|
||||
{
|
||||
return tr("Map files (*.map *.tba *.tar *.tif *.tiff)") + ";;"
|
||||
+ tr("URL list files (*.txt)");
|
||||
return tr("Supported files (*.txt *.map *.tba *.tar *.tif *.tiff)") + ";;"
|
||||
+ tr("Offline maps (*.map *.tba *.tar *.tif *.tiff)") + ";;"
|
||||
+ tr("Online map lists (*.txt)");
|
||||
}
|
||||
|
||||
QStringList MapList::filter()
|
||||
|
Loading…
x
Reference in New Issue
Block a user