Ignore:
Timestamp:
Mar 26, 2010, 9:04:59 PM (14 years ago)
Author:
ronosman
Message:

Feature 1539 added : When uploading, display a dialog box with the categories list when no category is selected

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/ploader.pl

    r4974 r5390  
    3333use Uploader::GUI::Layout::PhotoPropertiesCategoriesTags;
    3434use Uploader::GUI::Layout::PhotoPropertiesExif;
     35use Uploader::GUI::Layout::DestinationCategory;
    3536use JSON;
    3637use Wx::Locale qw/:default/;
     
    3839use File::HomeDir;
    3940
    40 #$SIG{__DIE__} = \&OnDieHandler;
     41$SIG{__DIE__} = \&OnDieHandler;
    4142
    4243eval {
Note: See TracChangeset for help on using the changeset viewer.