Changeset 12383
- Timestamp:
- 08/28/10 07:24:44 (18 months ago)
- File:
-
- 1 edited
-
trunk/Padre/lib/Padre/Wx/ActionLibrary.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Padre/lib/Padre/Wx/ActionLibrary.pm
r12381 r12383 2354 2354 label => _T('Next File'), 2355 2355 comment => _T('Put focus on the next tab to the right'), 2356 shortcut => ' Ctrl-PageUp',2356 shortcut => 'Alt-Right', 2357 2357 need_editor => 1, 2358 2358 menu_event => sub { … … 2365 2365 label => _T('Previous File'), 2366 2366 comment => _T('Put focus on the previous tab to the left'), 2367 shortcut => ' Ctrl-PageDown',2367 shortcut => 'Alt-Left', 2368 2368 need_editor => 1, 2369 2369 menu_event => sub {
Note: See TracChangeset
for help on using the changeset viewer.
