Changeset 27026 in osm for applications/editors/josm/i18n


Ignore:
Timestamp:
2011-11-07T12:09:04+01:00 (13 years ago)
Author:
stoecker
Message:

minor fix

File:
1 edited

Legend:

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

    r27020 r27026  
    140140      #print $mech->content();
    141141    my $form = $mech->form_name("decideform");
     142    die "Could not login.\n" if !$form;
    142143    my %par = ("yes" => "");  # We need to add "yes" or it does not work
    143144    foreach my $p ($form->param)
Note: See TracChangeset for help on using the changeset viewer.