Ignore:
Timestamp:
06/25/09 07:05:11 (3 years ago)
Author:
submersible_toaster
Message:

slow progress. add Open menu and shortcut to DocBrowser?. adjust ->help and ->display behaviour - hopefully for the better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/DocBrowser/document.pm

    r5548 r5576  
    107107    ); 
    108108 
    109     exists $EXT_MIME{$suffix} 
     109    my $type =  
     110        exists $EXT_MIME{$suffix} 
    110111        ? $EXT_MIME{$suffix} 
    111112        : ''; 
     113    return $type; 
    112114} 
    113115 
Note: See TracChangeset for help on using the changeset viewer.