LibGUI: Make the default window title "GUI::Window"
Instead of "GWindow", that is. :^)
This commit is contained in:
parent
41c4e661e5
commit
a119d812e1
Notes:
sideshowbarker
2024-07-19 08:54:14 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/a119d812e17
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Window::Window(Core::Object* parent)
|
||||||
{
|
{
|
||||||
all_windows->set(this);
|
all_windows->set(this);
|
||||||
m_rect_when_windowless = { 100, 400, 140, 140 };
|
m_rect_when_windowless = { 100, 400, 140, 140 };
|
||||||
m_title_when_windowless = "GWindow";
|
m_title_when_windowless = "GUI::Window";
|
||||||
}
|
}
|
||||||
|
|
||||||
Window::~Window()
|
Window::~Window()
|
||||||
|
|
Loading…
Add table
Reference in a new issue