Changeset 2270


Ignore:
Timestamp:
12/30/08 01:15:23 (3 years ago)
Author:
szabgab
Message:

move out from experimental hiding further parts of the quick search

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Dialog/Find.pm

    r2184 r2270  
    105105 
    106106    # for Quick Find 
    107     if ( $config->{experimental} ) { 
    108         # check if is checked 
    109         if ( $main->menu->experimental->{quick_find}->IsChecked ) { 
    110             my $text = $main->selected_text; 
    111             if ( $text and $text ne $term ) { 
    112                 unshift @{$config->{search_terms}}, $text; 
    113             } 
     107    # check if is checked 
     108    if ( $main->menu->edit->{quick_find}->IsChecked ) { 
     109        my $text = $main->selected_text; 
     110        if ( $text and $text ne $term ) { 
     111            unshift @{$config->{search_terms}}, $text; 
    114112        } 
    115113    } 
Note: See TracChangeset for help on using the changeset viewer.