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

Feature 1504 : move language switch in Preferences.

File:
1 edited

Legend:

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

    r4779 r5133  
    249249            Wx::Bitmap->new( wxTheApp->resource_path($_), wxBITMAP_TYPE_PNG )
    250250        )
    251     } qw/picture_edit.png pictures.png picture_key.png picture_go.png/;
     251    } qw/picture_edit.png pictures.png picture_key.png picture_go.png world.png/;
    252252
    253253    $tbook->AssignImageList($imgl);
     
    269269    $tbook->AddPage( $item6, gettext("Transfer"), 0, 3 );
    270270
     271    my( $item7 ) = Wx::Panel->new( $tbook, -1 );
     272    &main::GS_language( $item7, 0 );
     273    $tbook->AddPage( $item7, gettext("Language choice"), 0, 4 );
     274
    271275
    272276    $topsizer->Add( $tbook, 0, wxALIGN_CENTER|wxALL, 5 );
Note: See TracChangeset for help on using the changeset viewer.