1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Fixed a typo which made bz2 into gz since previous accept button change.

This commit is contained in:
freesource 2002-01-11 07:46:30 +00:00
parent 8d0983c78b
commit 6ab88fd8d2

View File

@ -1836,8 +1836,8 @@ sub accept_button {
# Actually, keeping the original value is much nicer. # Actually, keeping the original value is much nicer.
#$entry_advanced[4] = "$entry_advanced[4].gz"; #$entry_advanced[4] = "$entry_advanced[4].bz2";
$entry3->set_text("$tmp/$entry_advanced[4].gz"); $entry3->set_text("$tmp/$entry_advanced[4].bz2");
} }
} }