ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/gde/GCE/MainWindow.pm
(Generate patch)

Comparing deliantra/gde/GCE/MainWindow.pm (file contents):
Revision 1.49 by elmex, Mon Mar 20 04:11:41 2006 UTC vs.
Revision 1.50 by elmex, Mon Mar 20 04:14:28 2006 UTC

282 ] 282 ]
283 }, 283 },
284 _Help => { 284 _Help => {
285 item_type => '<Branch>', 285 item_type => '<Branch>',
286 children => [ 286 children => [
287 _Help => { 287 _Manual => {
288 callback => sub { $self->show_help_window }, 288 callback => sub { $self->show_help_window },
289 accelerator => "<ctrl>H" 289 accelerator => "<ctrl>H"
290 }, 290 },
291 ] 291 ]
292 }, 292 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines