Changeset 5320


Ignore:
Timestamp:
06/18/09 08:21:13 (3 years ago)
Author:
adamk
Message:

Thou. Shalt. Not. MonkeyPatch?.

(find a better way)

File:
1 edited

Legend:

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

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