Ticket #1256: patch.diff
| File patch.diff, 519 bytes (added by tome, 22 months ago) |
|---|
-
lib/Padre/Wx/Action.pm
171 171 my $shortcut = $self->shortcut; 172 172 173 173 if ( $shortcut 174 and ( ( $shortcut eq 'F12' ) or ( $self->id == -1 or Padre::Constant::WIN32() ) ) ) 174 and ( ( $shortcut eq 'F12' ) 175 or ( $self->id == -1 or Padre::Constant::WIN32() or Padre::Constant::MAC()) ) ) 175 176 { 176 177 $label .= "\t" . $shortcut; 177 178 }
