MFC Visual Studio Style Project cannot change title of FileView
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have started a project for an IDE using MFC Visual Studio Style Project. I want to change the standar title of the FileView pane. for this I changed the IDS_FILE_VIEW text. But the result is not like expected. On initial startup at top of the pane the new title is displayed correctly, but at button tabs there is still the old name "File View". And if I switch between the tabs, the old name is displayed on pane's top too. In the whole project I cannot find other locations of the "File View" string, therefore I do not have any idea, how to change the behaviour! Any ideas?