]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Set the window caption for the initial window too
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Thu, 9 Jun 2011 20:31:40 +0000 (22:31 +0200)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Wed, 20 Jul 2011 15:59:48 +0000 (17:59 +0200)
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