Contact email changed; lots of strings replaced to MegaGlest

This commit is contained in:
Titus Tscharntke
2010-12-13 00:32:59 +00:00
parent 003d15c28a
commit 75541aec3b
6 changed files with 22 additions and 21 deletions

View File

@@ -477,7 +477,7 @@ void Program::init(WindowGl *window, bool initSound, bool toggleFullScreen){
SystemFlags::OutputDebug(SystemFlags::debugSystem,"In [%s::%s Line: %d]\n",__FILE__,__FUNCTION__,__LINE__);
//window
window->setText("Glest");
window->setText("MegaGlest");
window->setStyle(config.getBool("Windowed")? wsWindowedFixed: wsFullscreen);
window->setPos(0, 0);
window->setSize(config.getInt("ScreenWidth"), config.getInt("ScreenHeight"));