Ignore:
Timestamp:
Jan 28, 2010, 10:46:57 PM (14 years ago)
Author:
ronosman
Message:

Feature 1414 added : new improved layout for photo properties panel.

File:
1 edited

Legend:

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

    r4779 r4784  
    128128# at that moment, object is not yet instanciated
    129129# only way : class variable
     130# there is only one instance of wxApp
    130131my $bin_dir;
    131132my $resource_dir;
     
    645646    my $icon = Wx::Icon->new();
    646647    $icon->LoadFile(
    647         File::Spec->catfile($self->bin_dir, '..', 'res', 'favicon.ico'),
     648        $self->resource_path('favicon.ico'),
    648649        wxBITMAP_TYPE_ICO
    649650    );
    650     $self->login_dlg->SetIcon($icon);   
     651
     652    $self->login_dlg->SetIcon($icon);
    651653
    652654   
     
    921923        wxBITMAP_TYPE_ICO
    922924    );
    923     $self->frame->SetIcon($icon);       
     925    $self->frame->SetIcon($icon);
    924926}
    925927
Note: See TracChangeset for help on using the changeset viewer.