summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakedm
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-12 14:22:22 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-12 14:22:22 +0000
commitdc773b20f235a616789b6bb2bf38e53e623d840a (patch)
tree522e075a8d9d73254f04c87149d0e403b3c8b643 /perl-install/standalone/drakedm
parent0ab7ebe78a682d07010cd2242748c57346cca480 (diff)
downloaddrakx-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/standalone/drakedm')
-rw-r--r--perl-install/standalone/drakedm2
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");
}
}