Changeset 541

Show
Ignore:
Timestamp:
02/21/07 18:59:05 (6 years ago)
Author:
lincoln
Message:

more work on paytv support

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/gconf-builder

    r473 r541  
    2929$config->{category} = ask_choice("Which category is $grabber?", 1, 1, 2); 
    3030 
     31print   "\nCATEGORY: Channel type\n\n" . 
     32        "If $grabber supports free-to-air channels only, just hit enter.\n" . 
     33        "If $grabber supports paytv only, enter 'paytv' below.\n" . 
     34        "If $grabber supports both paytv and free-to-air, enter 'both' below.\n\n"; 
     35$config->{type} = ask("Channel types supported?"); 
     36 
    3137print   "\nCATEGORY: Channels Supported\n\n" . 
    3238        "Enter the names of channels supported by $grabber. If $grabber\n" .