1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

Fixed broken map formats list

This commit is contained in:
Martin Tůma 2018-05-28 22:30:13 +02:00
parent 9e04bf0fa7
commit eeab6a399e

View File

@ -119,7 +119,7 @@ QString MapList::formats()
QStringList MapList::filter()
{
QStringList filter;
filter << "*.jnx *.map" << "*.tba" << "*.tar" << "*.xml" << "*.tif"
filter << "*.jnx" << "*.map" << "*.tba" << "*.tar" << "*.xml" << "*.tif"
<< "*.tiff";
return filter;
}