diff options
Diffstat (limited to 'perl-install/standalone/drakxtv')
| -rwxr-xr-x | perl-install/standalone/drakxtv | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/standalone/drakxtv b/perl-install/standalone/drakxtv index ec3280ad2..0fa879ab1 100755 --- a/perl-install/standalone/drakxtv +++ b/perl-install/standalone/drakxtv @@ -1,8 +1,7 @@ #!/usr/bin/perl # DrakxTV -# $Id: drakxtv 233182 2008-01-23 12:16:18Z tv $ -# Copyright (C) 2002-2008 Mandriva (tvignaud@mandriva.com) +# Copyright (C) 2002-2008 Mandriva (thierry.vignaud.com) # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +28,7 @@ use detect_devices; use lang; use log; -$ugtk2::wm_icon = "/usr/share/mcc/themes/default/tv-mdk.png"; +$ugtk3::wm_icon = "/usr/share/mcc/themes/default/tv-mdk.png"; my $in = 'interactive'->vnew; @@ -65,7 +64,6 @@ if (@devices = @$devices_ok) { # we failed to detect any TV card: if (is_empty_array_ref($devices) && is_empty_array_ref($devices_ok)) { $in->ask_warn(N("No TV Card detected!"), formatAlaTeX( - #-PO: keep the double empty lines between sections, this is formatted a la LaTeX N("No TV Card has been detected on your machine. Please verify that a Linux-supported Video/TV Card is correctly plugged in."))); } $in->exit(0) if defined $in; |
