diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-12 14:22:22 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-12 14:22:22 +0000 |
commit | dc773b20f235a616789b6bb2bf38e53e623d840a (patch) | |
tree | 522e075a8d9d73254f04c87149d0e403b3c8b643 /perl-install | |
parent | 0ab7ebe78a682d07010cd2242748c57346cca480 (diff) | |
download | drakx-dc773b20f235a616789b6bb2bf38e53e623d840a.tar drakx-dc773b20f235a616789b6bb2bf38e53e623d840a.tar.gz drakx-dc773b20f235a616789b6bb2bf38e53e623d840a.tar.bz2 drakx-dc773b20f235a616789b6bb2bf38e53e623d840a.tar.xz drakx-dc773b20f235a616789b6bb2bf38e53e623d840a.zip |
when offering to restart dm, offer yes/no as choice rather than
ok/cancel (#6810)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/drakedm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakedm b/perl-install/standalone/drakedm index 2547cd901..7fea03317 100644 --- a/perl-install/standalone/drakedm +++ b/perl-install/standalone/drakedm @@ -74,7 +74,7 @@ several different X sessions on your local machine at the same time.")), } $cfg_file; log::explanations("Switching to \"$dm\" display manager"); if (any::running_window_manager()) { - $in->ask_okcancel('', N("The change is done, do you want to restart the dm service ?"), 1) and services::restart("dm"); + $in->ask_yesorno('', N("The change is done, do you want to restart the dm service ?"), 1) and services::restart("dm"); } } |