CrashReporter: Add ellipsis (...) to "Save Backtrace" button

Since you must provide a file name before saving occurs, this button
should have an ellipsis.
This commit is contained in:
Andreas Kling 2022-07-31 16:00:27 +02:00
parent d18c25e973
commit b480f02117
Notes: sideshowbarker 2024-07-17 08:29:06 +09:00

View File

@ -93,7 +93,7 @@
@GUI::DialogButton {
name: "save_backtrace_button"
text: "Save Backtrace"
text: "Save Backtrace..."
fixed_width: 160
}