Changeset 11091

Show
Ignore:
Timestamp:
03/13/10 01:05:46 (6 months ago)
Author:
waxhead
Message:

Rename the new method to a more correct named. Added comment to explain why it was added.

I'm not sure it belongs here.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Main.pm

    r11083 r11091  
    13841384=head3 C<refresh_view_document_as> 
    13851385 
    1386 Specifically refresh the View/View Document As list 
    1387  
    1388 =cut 
    1389  
    1390 sub refresh_view_document_as { 
     1386Specifically refresh the View menu. 
     1387 
     1388=cut 
     1389 
     1390# This was added to make sure the view 
     1391# menu updates the View Document As  
     1392# each time a document changes. 
     1393sub refresh_view_menu { 
    13911394        my $self = shift; 
    13921395        return if $self->locked('REFRESH');