]> git.tdb.fi Git - libs/gui.git/blobdiff - source/graphics/window.cpp
Rename the entire library to mspgui
[libs/gui.git] / source / graphics / window.cpp
index 77959ded2ddd3de77627846028f5a7946ae9cd8b..199f5269498b8b7445153de8f5cae249de84f6c9 100644 (file)
@@ -99,7 +99,7 @@ void Window::init()
                wndcl.hCursor = LoadCursor(0, IDC_ARROW);
                wndcl.hbrBackground = 0;
                wndcl.lpszMenuName = 0;
-               wndcl.lpszClassName = "mspgbase";
+               wndcl.lpszClassName = "mspgui";
                wndcl.hIconSm = 0;
 
                if(!RegisterClassEx(&wndcl))
@@ -118,7 +118,7 @@ void Window::init()
        AdjustWindowRectEx(&rect, style, false, exstyle);
 
        priv->window = CreateWindowEx(exstyle,
-               "mspgbase",
+               "mspgui",
                "Window",
                style,
                CW_USEDEFAULT, CW_USEDEFAULT,