Changeset 2295


Ignore:
Timestamp:
12/30/08 18:04:51 (3 years ago)
Author:
adamk
Message:

There's no "probably" about this

File:
1 edited

Legend:

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

    r2289 r2295  
    6060    replace_terms             => [], 
    6161 
    62     # Various things that should probably be in the database 
     62    # Various things that should be in the database 
    6363    bookmarks                 => {}, 
    6464    projects                  => {}, 
     
    177177 
    178178    # When they want to run an arbitrary command 
    179     $self->{host}->{run_command}    ||= ''; 
     179    $self->{host}->{run_command} ||= ''; 
     180 
     181    # Default the locale to the system locale 
    180182 
    181183 
Note: See TracChangeset for help on using the changeset viewer.