diff options
-rwxr-xr-x | control-center | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center index 15929a58..f0b155da 100755 --- a/control-center +++ b/control-center @@ -134,7 +134,7 @@ my $exec_hash = "Console" => [ "drakconsole", "$sbindir/drakconsole", 1, N("Console") ], #The Console will help you to solve issues "Date & Time" => [ "clock", "$sbindir/clock.pl", 1, N("Date and time") ], "Display Manager chooser" => [ "drakedm", "$sbindir/drakedm", 1, N("Display manager") ], - "Fax" => [ "drakfax", "$bindir/drakfax", -1, N("Fax") ], + "Fax" => [ "drakfax", "$sbindir/drakfax_server", 1, N("Fax") ], "Firewall" => [ "drakfirewall", "$sbindir/drakfirewall", 1, N("Firewall") ], "Fonts" => [ "drakfont", "$sbindir/drakfont", 1, N("Fonts") ], "Graphical server configuration" => [ "XFdrake", "$sbindir/XFdrake", 1, N("Graphical server") ], @@ -550,7 +550,7 @@ gtkadd($window_global, kill_children(); child_just_exited(); }), - gtksignal_connect(my $previous = Gtk2::Button->new(N("Previous")), + gtksignal_connect(my $previous = Gtk2::Button->new_from_stock('gtk-go-back'), clicked => sub { $page_id = 0; warn_on_startup(); |