mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-23 13:57:04 +00:00
LibGUI: Make the default window title "GUI::Window"
Instead of "GWindow", that is. :^)
This commit is contained in:
@@ -63,7 +63,7 @@ Window::Window(Core::Object* parent)
|
||||
{
|
||||
all_windows->set(this);
|
||||
m_rect_when_windowless = { 100, 400, 140, 140 };
|
||||
m_title_when_windowless = "GWindow";
|
||||
m_title_when_windowless = "GUI::Window";
|
||||
}
|
||||
|
||||
Window::~Window()
|
||||
|
||||
Reference in New Issue
Block a user