Ignore:
Timestamp:
Dec 12, 2009, 10:20:29 PM (14 years ago)
Author:
ronosman
Message:

Feature 1320 added : add privacy level in photo properties.

File:
1 edited

Legend:

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

    r4475 r4476  
    348348                                                               value => sub { $self->imagelist->current_image->create_date(@_) },
    349349                                                           },
    350                     $main::PRIVACY_LEVEL => { label=>gettext("Privacy level :")},
     350                    $main::PRIVACY_LEVEL => { label=>gettext("Who can see the photo? :")},
     351                        $main::PHOTO_PROPERTIES_PRIVACY_LEVEL => {
     352                                                         selection => sub { $self->imagelist->current_image->privacy_level(@_)},
     353                                                         choices => wxTheApp->privacy_level_choices,                                                                                                                       ,                                                                                                             
     354                                                                 },
    351355                }
    352356    ); 
Note: See TracChangeset for help on using the changeset viewer.