Changeset 33159 in osm
- Timestamp:
- 2017-02-25T15:02:44+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/i18n/launchpad.pl
r31724 r33159 9 9 # Three ways to handle login data: 10 10 # 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 12 13 # leave credits empty and enter them on runtime 13 14 $user = ''; … … 292 293 close FILE; 293 294 } 295 if(open FILE, "$ENV{HOME}/.josm_i18n_launchpad.pl_credits") 296 { 297 eval <FILE>; 298 close FILE; 299 } 294 300 295 301 if(!$user)
Note:
See TracChangeset
for help on using the changeset viewer.