Changeset 15915 in josm for trunk/windows


Ignore:
Timestamp:
2020-02-23T19:11:30+01:00 (4 years ago)
Author:
Don-vip
Message:

fix #13108 - see #18350 - registers *.geojson, *.jos, *.joz files on all platforms

Linux references:

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/windows/josm.nsi

    r13479 r15915  
    344344        StrCpy $R0 ".osm"
    345345        Call Associate
     346        StrCpy $R0 ".geojson"
     347        Call Associate
    346348        StrCpy $R0 ".gpx"
     349        Call Associate
     350        StrCpy $R0 ".jos"
     351        Call Associate
     352        StrCpy $R0 ".joz"
    347353        Call Associate
    348354; if somethings added here, add it also to the uninstall section
     
    402408        StrCpy $R0 ".osm"
    403409        Call un.unlink
     410        StrCpy $R0 ".geojson"
     411        Call un.unlink
    404412        StrCpy $R0 ".gpx"
     413        Call un.unlink
     414        StrCpy $R0 ".jos"
     415        Call un.unlink
     416        StrCpy $R0 ".joz"
    405417        Call un.unlink
    406418pop $R0
Note: See TracChangeset for help on using the changeset viewer.