RenderWindow.SetCaption(string aCaption)
It will be good, because the window caption cannot be change on the fly... but otherwise it's possible to change the icon for example, via RenderWindow.SetIcon... In some games, the window caption is a good place to show fps, or in some cases the game's score... don't you think?