Changeset 12410
- Timestamp:
- 08/30/10 12:36:45 (18 months ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/Command.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/Command.pm
r12270 r12410 68 68 $self->{_history_} = Padre::DB::History->recent('commands') || []; 69 69 #$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")); 70 72 71 73 return $self;
Note: See TracChangeset
for help on using the changeset viewer.
