Changeset 2164


Ignore:
Timestamp:
12/22/08 21:31:18 (3 years ago)
Author:
azawawi
Message:

Added a menu separator before About menu item in Padre::Plugin::Perl6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Perl6/lib/Padre/Plugin/Perl6.pm

    r2163 r2164  
    3838        'Export Simple HTML' => sub { $self->export_html($SIMPLE_HTML); }, 
    3939        'Export Snippet HTML' => sub { $self->export_html($SNIPPET_HTML); }, 
     40        '---' => undef, 
    4041        'About' => sub { $self->show_about }, 
    4142    ]; 
Note: See TracChangeset for help on using the changeset viewer.