Changeset 2729


Ignore:
Timestamp:
Oct 12, 2008, 9:33:59 PM (16 years ago)
Author:
ronosman
Message:

Change appli title bar for RC3. Fix duration calculation.

Location:
extras/pLoader/trunk/src/Uploader
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extras/pLoader/trunk/src/Uploader/GUI/wxApp.pm

    r2661 r2729  
    432432            width     => $w,
    433433            height    => $h,
    434             title     => "pLoader - Piwigo uploader 1.0 RC2 - [$url]" ,
     434            title     => "pLoader - Piwigo uploader 1.0 RC3 - [$url]" ,
    435435            pwg       => $self->pwg,
    436436            imagelist => $self->imagelist,
  • extras/pLoader/trunk/src/Uploader/ImageList.pm

    r2728 r2729  
    784784
    785785    my $time_end = time;
    786     my $duration = $time_begin - $time_end;
     786    my $duration = $time_end - $time_begin;
    787787    $msg = sprintf(
    788788        "%s images processed\n\n%s images uploaded\n\n%s images in errors and not uploaded\n\nDuration : %s seconds",
Note: See TracChangeset for help on using the changeset viewer.