From b480f021175adedb5c9e2b8527cf84ddf891dc33 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 31 Jul 2022 16:00:27 +0200 Subject: [PATCH] CrashReporter: Add ellipsis (...) to "Save Backtrace" button Since you must provide a file name before saving occurs, this button should have an ellipsis. --- Userland/Applications/CrashReporter/CrashReporterWindow.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Applications/CrashReporter/CrashReporterWindow.gml b/Userland/Applications/CrashReporter/CrashReporterWindow.gml index 7907904a62..5bb05c39e1 100644 --- a/Userland/Applications/CrashReporter/CrashReporterWindow.gml +++ b/Userland/Applications/CrashReporter/CrashReporterWindow.gml @@ -93,7 +93,7 @@ @GUI::DialogButton { name: "save_backtrace_button" - text: "Save Backtrace" + text: "Save Backtrace..." fixed_width: 160 }