diff options
-rwxr-xr-x | control-center | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/control-center b/control-center index 5769631c..a817049a 100755 --- a/control-center +++ b/control-center @@ -110,6 +110,7 @@ my $exec_hash = # "Console" => [ "rxvt", "$xbindir/rxvt", -1, "" ], "Console" => [ "rxvt", [ "$xbindir/rxvt", "rxvt", 1 ], 0, N("Open a console") ], #The Console will help you to solve issues "Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Set date and time") ], + "Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Display manager chooser") ], "Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("DrakFirewall helps you set up a personal firewall") ], "Fonts" => [ "drakfont", "$sbindir/drakfont", 1, N("DrakFont helps you add and remove fonts, including Windows fonts") ], "Graphical server configuration" => [ "XFdrake", "$sbindir/XFdrake", 1, N("XFdrake helps you set up the graphical server") ], @@ -155,6 +156,7 @@ my @tree = [ "Monitor", 'XFdrake-mdk', ], [ "Resolution", 'resolution-mdk', ], [ "Graphical server configuration", 'XFdrake-mdk', ], + [ "Display Manager chooser", 'XFdrake-mdk', ], [ "TV Cards", 'tv-mdk', ], [ "Keyboard", 'keyboard-mdk', ], [ "Mouse", 'mousedrake-mdk', ], |