Changeset 33159 in osm


Ignore:
Timestamp:
2017-02-25T15:02:44+01:00 (8 years ago)
Author:
stoecker
Message:

additional path

File:
1 edited

Legend:

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

    r31724 r33159  
    99# Three ways to handle login data:
    1010  # Enter data directly in these two lines (Be careful witn svn checkin later!)
    11   # create a file "launchpad.pl_credits" containing the two lines with proper values
     11  # create a file "launchpad.pl_credits" or ~/.josm_i18n_launchpad.pl_credits
     12  # containing the two lines with proper values
    1213  # leave credits empty and enter them on runtime
    1314$user = '';
     
    292293            close FILE;
    293294        }
     295        if(open FILE, "$ENV{HOME}/.josm_i18n_launchpad.pl_credits")
     296        {
     297            eval <FILE>;
     298            close FILE;
     299        }
    294300
    295301        if(!$user)
Note: See TracChangeset for help on using the changeset viewer.