summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Libraries/LibGUI/Window.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Libraries/LibGUI/Window.cpp b/Libraries/LibGUI/Window.cpp
index b9b81865f1..07aab281d7 100644
--- a/Libraries/LibGUI/Window.cpp
+++ b/Libraries/LibGUI/Window.cpp
@@ -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()