Changeset 33169 in osm for applications


Ignore:
Timestamp:
2017-02-26T13:38:22+01:00 (8 years ago)
Author:
stoecker
Message:

fix if

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/i18n/launchpad.pl

    r33159 r33169  
    293293            close FILE;
    294294        }
    295         if(open FILE, "$ENV{HOME}/.josm_i18n_launchpad.pl_credits")
     295        elsif(open FILE, "$ENV{HOME}/.josm_i18n_launchpad.pl_credits")
    296296        {
    297297            eval <FILE>;
Note: See TracChangeset for help on using the changeset viewer.