projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bcd3e1a
)
Set the window caption for the initial window too
author
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Thu, 9 Jun 2011 20:31:40 +0000
(22:31 +0200)
committer
Giuseppe Bilotta
<giuseppe.bilotta@gmail.com>
Wed, 20 Jul 2011 15:59:48 +0000
(17:59 +0200)
src/main.cpp
patch
|
blob
|
history
diff --git
a/src/main.cpp
b/src/main.cpp
index 1cc479d65eb57bb5a1a7fbab91d37bfc264918f1..7d0ea12ab6db7d7b3a9471588639ce11ffc33555 100644
(file)
--- a/
src/main.cpp
+++ b/
src/main.cpp
@@
-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