summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drakpxelinux.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 6a2a72f..2ad081a 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -1,6 +1,6 @@
#!/usr/bin/perl
#
-# Copyright (C) 2004 by Mandrakesoft aginies _ateuh_ mandrakesoft.com
+# Copyright (C) 2004-2005 by Mandriva aginies _ateuh_ mandriva.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
@@ -173,8 +173,8 @@ sub wizard_add_entry {
undef $::WizardWindow;
$::isWizard = 1;
use wizards;
- my $WPXENAME = "Mandrakelinux";
- my $WINFO = "install Mandrakelinux";
+ my $WPXENAME = "Mandriva";
+ my $WINFO = "install Mandriva";
my $WALLRDZ = "/mnt/10.1/isolinux/alt0/all.rdz";
# my $WALLRDZ = "/tmp/all.rdz";
my $WVMLINUZ = "/mnt/10.1/isolinux/alt0/vmlinuz";
@@ -612,7 +612,7 @@ sub show_help { info_dialog("help",
gtkpack_(gtkset_border_width(Gtk2::VBox->new, 3),
0, $help,
0, gtksignal_connect(set_help_tip(Gtk2::Button->new(N("online PXE documentation")), 'helponline'),
- clicked => sub { system("/usr/bin/www-browser http://clic.mandrakesoft.com/documentation/pxe/ &") }
+ clicked => sub { system("/usr/bin/www-browser http://clic.mandriva.com/documentation/pxe/ &") }
),
),
);