summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/04-configuration.pl
blob: 84c74d59fd29ebcc9a0d5a2167836ab9f5a17353 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

$width = 400;
$height = 270;
$icon = 0;
$icon_dx = 0;
$icon_dy = 0;
@data = (
	 [ _("Mandrake's multipurpose configuration tool"), 0, 0, 400, 20, 1],
	 [ _("Mandrake Linux 9.1 provides you with the Mandrake Control Center, a powerful tool to fully adapt your computer to the use you make of it. Configure and customize elements such as the security level, the peripherals (screen, mouse, keyboard...), the Internet connection and much more!"), 0, 40, 400, 20, 0],
#	 [ 'text', $x, $y, $area_width, $area_height ],
	);