diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-09 17:04:44 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-09 17:04:44 +0000 |
commit | 0c55fe8b7954a0c41292080c1ab3d0618c8dfa81 (patch) | |
tree | 4502bf1ea96ad961376f2afaaf5bd71ade7ae357 | |
parent | 67132c290219214f2c8ec7dba9287c6a692fe43d (diff) | |
download | control-center-0c55fe8b7954a0c41292080c1ab3d0618c8dfa81.tar control-center-0c55fe8b7954a0c41292080c1ab3d0618c8dfa81.tar.gz control-center-0c55fe8b7954a0c41292080c1ab3d0618c8dfa81.tar.bz2 control-center-0c55fe8b7954a0c41292080c1ab3d0618c8dfa81.tar.xz control-center-0c55fe8b7954a0c41292080c1ab3d0618c8dfa81.zip |
add hidden entry for boot splash for translators
-rwxr-xr-x | control-center | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/control-center b/control-center index b5edd75c..d5673adb 100755 --- a/control-center +++ b/control-center @@ -105,6 +105,7 @@ my $exec_hash = "Auto login Config" => [ "drakboot", "$sbindir/drakboot", 1, N("Autologin") ], "Backups" => [ "drakbackup", "$sbindir/drakbackup", 1, N("Backups") ], "Boot Config" => [ "drakboot", "$sbindir/drakboot --boot", 1, N("Bootstrapping") ], + "Boot Theme" => [ "drakboot", "$sbindir/drakboot --splash", 1, N("Boot theme") ], "Boot Disk" => [ "drakfloppy", "$sbindir/drakfloppy", 1, N("Boot floppy") ], "Connection Sharing" => [ "drakgw", "$sbindir/drakgw", 1, N("Internet connection sharing") ], "Add Connection" => [ "drakconnect", "$sbindir/drakconnect --wizard", 1, N("New connection") ], |