Changeset 541
- Timestamp:
- 02/21/07 18:59:05 (6 years ago)
- Files:
-
- 1 modified
-
util/gconf-builder (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
util/gconf-builder
r473 r541 29 29 $config->{category} = ask_choice("Which category is $grabber?", 1, 1, 2); 30 30 31 print "\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 31 37 print "\nCATEGORY: Channels Supported\n\n" . 32 38 "Enter the names of channels supported by $grabber. If $grabber\n" .
