From: Giuseppe Bilotta Date: Thu, 9 Jun 2011 20:31:40 +0000 (+0200) Subject: Set the window caption for the initial window too X-Git-Tag: 0.2.20110922~81^2~35^2~10^2~1^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3fb5b7a3bd95eb6327c6894072739a7c28c711ce;p=oweals%2Fminetest.git Set the window caption for the initial window too --- diff --git a/src/main.cpp b/src/main.cpp index 1cc479d65..7d0ea12ab 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1350,6 +1350,9 @@ int main(int argc, char *argv[]) // Set device in game parameters device = device; + + // Set the window caption + device->setWindowCaption(L"Minetest [Main Menu]"); // Create time getter g_timegetter = new IrrlichtTimeGetter(device);