This commit is contained in:
dmose%mozilla.org 2000-03-08 23:58:11 +00:00
Родитель 4db120651b
Коммит 20669d47af
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -248,7 +248,7 @@ sub MainMenu() {
if ($::despot) {
my @l2 = ();
my $opts = popup_menu(-name=>"matchtype",
-values=>["regexp", "not regexp"],
"-values"=>["regexp", "not regexp"],
-default=>"regexp",
-labels=>{"regexp"=>"Matching regexp",
"not regexp"=>"Not matching regexp"});