Changeset 12387


Ignore:
Timestamp:
08/29/10 04:35:28 (18 months ago)
Author:
zenogantner
Message:

changed two typos in comments

File:
1 edited

Legend:

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

    r12255 r12387  
    262262} 
    263263 
    264 # Called a key is released in the editor 
     264# Called when a key is released in the editor 
    265265sub on_key_up { 
    266266    my ( $self, $event ) = @_; 
     
    271271        if ( $line !~ /^\s*$/ ) { 
    272272 
    273             # Only cut on non-black lines 
     273            # Only cut on non-blank lines 
    274274            $self->CmdKeyExecute(Wx::wxSTC_CMD_LINECUT); 
    275275        } else { 
Note: See TracChangeset for help on using the changeset viewer.