Changeset 5290


Ignore:
Timestamp:
06/18/09 02:36:46 (3 years ago)
Author:
szabgab
Message:

add back the missing constant declarations that were removed when the Px namespace was eliminated

File:
1 edited

Legend:

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

    r5021 r5290  
    9090} 
    9191 
     92# needed by the syntax highlighting code in Padre::Document::Perl 
     93sub Wx::PADRE_BLACK    {0} 
     94sub Wx::PADRE_BLUE     {1} 
     95sub Wx::PADRE_RED      {2} 
     96sub Wx::PADRE_GREEN    {3} 
     97sub Wx::PADRE_MAGENTA  {4} 
     98sub Wx::PADRE_ORANGE   {5} 
     99sub Wx::PADRE_DIM_GRAY {6} 
     100sub Wx::PADRE_CRIMSON  {7} 
     101sub Wx::PADRE_BROWN    {8} 
     102 
     103 
    921041; 
    93105 
Note: See TracChangeset for help on using the changeset viewer.