From b11a595011d6e515a744636895ddced1cc33f18f Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 16 Mar 2026 23:36:45 -0700
Subject: [PATCH] Set the continue dialog default to "Cancel"
Most people will be done after losing their lives.
---
Data/UI/continue.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Data/UI/continue.xml b/Data/UI/continue.xml
index c4920e76..eb07f524 100644
--- a/Data/UI/continue.xml
+++ b/Data/UI/continue.xml
@@ -11,10 +11,10 @@
<DialogLabel name="timeout" text="10">
<Anchor anchorFrom="CENTER" anchorTo="CENTER"/>
</DialogLabel>
- <DialogButton name="cancelButton" text="Cancel">
+ <DialogButton name="cancelButton" text="Cancel" default="true">
<Anchor anchorFrom="TOPLEFT" anchorTo="TOPLEFT" x="99" y="74"/>
</DialogButton>
- <DialogButton text="Do it!" id="1" default="true">
+ <DialogButton text="Do it!" id="1">
<Anchor anchorFrom="TOPLEFT" anchorTo="TOPRIGHT" anchor="cancelButton" x="13"/>
</DialogButton>
</Elements>