Changeset 2290


Ignore:
Timestamp:
12/30/08 11:39:41 (3 years ago)
Author:
szabgab
Message:

add missing color definition, fix typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Document/Perl.pm

    r2289 r2290  
    149149        'Cast'          => 0, 
    150150        'Magic'         => 0, 
     151        'Octal'         => 0, 
    151152    ); 
    152153 
     
    168169        my $color = $colors{$css}; 
    169170        if (not defined $color) { 
    170             Wx::LogMessage("Missing definition fir '$css'\n"); 
     171            Wx::LogMessage("Missing definition for '$css'\n"); 
    171172            next; 
    172173        } 
Note: See TracChangeset for help on using the changeset viewer.