From 3b5efdd9e04da2c23f7cf868b612b6c51b6a8c1d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 26 Feb 2002 12:47:42 +0000 Subject: update comments --- perl-install/standalone/drakxtv | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index 1cf1b4137..d4b7e83f0 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -21,6 +21,7 @@ # If we ever want to autoconf the tv card at install time, we should # make a package out of this. # Maybe we'll have to for harddrake2 +# #package tvdrake; use lib qw(/usr/lib/libDrakX); @@ -43,7 +44,7 @@ sub scan4channels { "argentina" => _("Argentina"), -1 =>_("All") ); -# HRC is Harmonically Related Carrier +# HRC means Harmonically Related Carrier $in->ask_from("TVdrake", _("Please,\ntype in your tv norm and country"), [ @@ -54,8 +55,8 @@ sub scan4channels { my $wait = $in->wait_message(_('Please wait'), _("Scanning for TV channels in progress ...")); -# france is a bogus table provided to scantv which will -# ignore it as "All" is selected because of -a +# we provide scantv a bogus table (france) which will +# will be ignored as "All" is selected because of -a $ftable_id = "france -a " if ($ftable_id eq -1); # Note that this'll be broken if/when we implement interactive_qt my $use_X =$in->isa('interactive_gtk') && -x "/usr/X11R6/bin/xvt"; -- cgit v1.2.1