Ignore:
Timestamp:
May 6, 2010, 10:40:05 PM (14 years ago)
Author:
ronosman
Message:

Feature 1609 added : Verify upload access while connecting and before upload.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/Frame.pm

    r6087 r6088  
    16661666    my ( $self, $select_all ) = @_;
    16671667
     1668    return if wxTheApp->CheckUpload;
    16681669    return if !scalar @{$self->imagelist->sums};
    16691670
     
    18261827            1,
    18271828            wxTheApp->resource_path('tb_remove.png'),
    1828             gettext("Remove selected photos. Original files are not deleted ")
     1829            gettext("Remove selected photos. Original files are not deleted")
    18291830        ],
    18301831        [
     
    18351836            0,
    18361837            wxTheApp->resource_path('tb_settings.png'),
    1837             gettext("Change global settings.")
     1838            gettext("Change global settings")
    18381839        ],
    18391840   
Note: See TracChangeset for help on using the changeset viewer.