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-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=52df1b598c253eda7b9e33cf9b7e97d16c7dc138;p=zefram%2Fminetest%2Fminetest_engine.git Set the window caption for the initial window too --- diff --git a/src/main.cpp b/src/main.cpp index 1cc479d6..7d0ea12a 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);