1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:27:35 +00:00

CrashReporter+HackStudio: Let's call it "Debug in Hack Studio"

"Inspect in Hack Studio" was a bit vague.
This commit is contained in:
Andreas Kling 2021-11-30 16:42:21 +01:00
parent d3bd9f1f0c
commit 85eb0eaad0
3 changed files with 6 additions and 6 deletions

View file

@ -83,8 +83,8 @@
layout: @GUI::HorizontalBoxLayout
@GUI::Button {
name: "inspect_button"
text: "Inspect in Hack Studio"
name: "debug_button"
text: "Debug in Hack Studio"
fixed_width: 150
fixed_height: 22
}