Also I still have this bug too. Razz
It does work, but as explained in the bug report : modifications to a project don't make it directly to the cbp file, you need to save your project.
So rename the project (Project properties), then do a project save and watch the title bar adjust.
In my replies on the bug report I gave antoher example where you need to explicitly save (new project from template). Before the changes you could not even get the name adjusted even when you did save the project (there was no title update on project save).
So now you will say, why don't you do a save for the title bar update for the user template. well the save knows nothing has changed and doesn't get to the point where the 'save' event is triggered (the title update code is the result of a reaction upon this event).
Have some ideas though (force save, ... ), but let's first see how the Don's wizards turn out.