Skip to content

Commit

Permalink
Added 'Dark Days Ahead' to app window, will be adding version numbers…
Browse files Browse the repository at this point in the history
… when applicable.
  • Loading branch information
TheDarklingWolf committed Mar 16, 2013
1 parent 955c2c5 commit 87729d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catacurse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ bool WinCreate()
int WinBorderWidth;
int WinTitleSize;
unsigned int WindowStyle;
const WCHAR *szTitle= (L"Cataclysm");
const WCHAR *szTitle= (L"Cataclysm: Dark Days Ahead - 0.3 Prerelease");
WinTitleSize = GetSystemMetrics(SM_CYCAPTION); //These lines ensure
WinBorderWidth = GetSystemMetrics(SM_CXDLGFRAME) * 2; //that our window will
WinBorderHeight = GetSystemMetrics(SM_CYDLGFRAME) * 2; // be a perfect size
Expand Down

0 comments on commit 87729d0

Please sign in to comment.