From 1d2b93466f03275a596f02270ec2a7463aa131ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20T=C5=AFma?= Date: Sun, 22 Aug 2021 19:07:38 +0200 Subject: [PATCH] Fixed shifted file association --- pkg/gpxsee.nsi | 4 ++-- pkg/gpxsee64.nsi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/gpxsee.nsi b/pkg/gpxsee.nsi index 7fddcfcd..235db4e1 100644 --- a/pkg/gpxsee.nsi +++ b/pkg/gpxsee.nsi @@ -139,8 +139,8 @@ Section "GPXSee" SEC_APP !insertmacro FILE_ASSOCIATION_ADD "pgw" "ESRI World File" 20 !insertmacro FILE_ASSOCIATION_ADD "tfw" "ESRI World File" 20 !insertmacro FILE_ASSOCIATION_ADD "omd" "ONmove Log File" 21 - !insertmacro FILE_ASSOCIATION_ADD "ghp" "ONmove Log File" 22 - !insertmacro FILE_ASSOCIATION_ADD "tcx" "Training Center XML" 23 + !insertmacro FILE_ASSOCIATION_ADD "tcx" "Training Center XML" 22 + !insertmacro FILE_ASSOCIATION_ADD "ghp" "ONmove Log File" 23 !insertmacro FILE_ASSOCIATION_ADD "kml" "Keyhole Markup Language" 24 !insertmacro FILE_ASSOCIATION_ADD "kmz" "KML geographic compressed data" 24 !insertmacro FILE_ASSOCIATION_ADD "fit" "Flexible and Interoperable Data Transfer" 25 diff --git a/pkg/gpxsee64.nsi b/pkg/gpxsee64.nsi index a1d8758c..02b10cae 100644 --- a/pkg/gpxsee64.nsi +++ b/pkg/gpxsee64.nsi @@ -146,8 +146,8 @@ Section "GPXSee" SEC_APP !insertmacro FILE_ASSOCIATION_ADD "pgw" "ESRI World File" 20 !insertmacro FILE_ASSOCIATION_ADD "tfw" "ESRI World File" 20 !insertmacro FILE_ASSOCIATION_ADD "omd" "ONmove Log File" 21 - !insertmacro FILE_ASSOCIATION_ADD "ghp" "ONmove Log File" 22 - !insertmacro FILE_ASSOCIATION_ADD "tcx" "Training Center XML" 23 + !insertmacro FILE_ASSOCIATION_ADD "tcx" "Training Center XML" 22 + !insertmacro FILE_ASSOCIATION_ADD "ghp" "ONmove Log File" 23 !insertmacro FILE_ASSOCIATION_ADD "kml" "Keyhole Markup Language" 24 !insertmacro FILE_ASSOCIATION_ADD "kmz" "KML geographic compressed data" 24 !insertmacro FILE_ASSOCIATION_ADD "fit" "Flexible and Interoperable Data Transfer" 25