summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-06-09 22:31:40 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2011-07-20 17:59:48 +0200
commit52df1b598c253eda7b9e33cf9b7e97d16c7dc138 (patch)
tree630192d43d6a1a91d0ea1e2ef207dd281c8b045f /src/main.cpp
parent8fa94c3547dc7bd25e9bb7f0c404a00028a1107d (diff)
downloadminetest-52df1b598c253eda7b9e33cf9b7e97d16c7dc138.tar.gz
minetest-52df1b598c253eda7b9e33cf9b7e97d16c7dc138.tar.bz2
minetest-52df1b598c253eda7b9e33cf9b7e97d16c7dc138.zip
Set the window caption for the initial window too
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 3 insertions, 0 deletions
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);