Changeset 12410


Ignore:
Timestamp:
08/30/10 12:36:45 (18 months ago)
Author:
szabgab
Message:

try to answer the worries of zenogantner about the command line thingy

File:
1 edited

Legend:

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

    r12270 r12410  
    6868    $self->{_history_} = Padre::DB::History->recent('commands') || []; 
    6969    #$self->{_history_pointer_} = @{ $self->{_history_} } - 1; 
     70 
     71    $self->{_output_}->WriteText(Wx::gettext("Experimental feature. Type '?' at the bottom of the page to get list of commands. If it does not work, blame szabgab.\n\n")); 
    7072 
    7173    return $self; 
Note: See TracChangeset for help on using the changeset viewer.