Changeset 2299


Ignore:
Timestamp:
12/30/08 20:09:00 (3 years ago)
Author:
azawawi
Message:

Fixing runtime errors when perl dev.pl (from the new Locale.pm changes)...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Locale.pm

    r2296 r2299  
    108108        iso639   => 'en', 
    109109        iso3166  => 'AU', 
    110         wxid     => Wx::wxLANGUAGE_ENGLISH_AUSTRALIAN, 
     110        wxid     => Wx::wxLANGUAGE_ENGLISH_AUSTRALIA, 
    111111        # Even though en-gb is the default language, in this 
    112112        # specific case there is a clearly expressed desire for 
     
    131131        iso639   => 'en', 
    132132        iso3166  => 'NZ', 
    133         wxid     => Wx::wxLANGUAGE_NEW_ZEALAND, 
     133        wxid     => Wx::wxLANGUAGE_ENGLISH_NEW_ZEALAND, 
    134134        fallback => [ 'en-au', 'en-gb' ], # The en-au is debatable 
    135135    }, 
Note: See TracChangeset for help on using the changeset viewer.