Apparently there is a registry edit to remove the all capital lettering for the main menus in Visual Studio, and get the normal pascal casing by changing the value of the following registry entry:
HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\General\SuppressUppercaseConversion
to REG_DWORD value: 1
1 Comment
Leave a Comment
You must be logged in to post a comment.
+1, works.