]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/main.cpp
Set the window caption for the initial window too
[dragonfireclient.git] / src / main.cpp
index 1cc479d65eb57bb5a1a7fbab91d37bfc264918f1..7d0ea12ab6db7d7b3a9471588639ce11ffc33555 100644 (file)
@@ -1350,6 +1350,9 @@ int main(int argc, char *argv[])
        \r
        // Set device in game parameters\r
        device = device;\r
+
+       // Set the window caption
+       device->setWindowCaption(L"Minetest [Main Menu]");
        \r
        // Create time getter\r
        g_timegetter = new IrrlichtTimeGetter(device);\r