Problem with AddNamedCommand and tooltips
Hi.
I'm using AddNamedCommand to create a custom command in my add-in:
pCommands->AddNamedCommand(m_pAddInInstance, CComBSTR("Settings"), CComBSTR("Settings"), CComBSTR("Edit add-in settings"), VARIANT_TRUE, 3049, NULL, EnvDTE::vsCommandStatusSupported+EnvDTE::vsCommandStatusEnabled, &pSettings);
In Visual Studio 2003 the tooltip for the command is "Edit add-in settings" as I expect.
In Visual Studio 2005 the tooltip is "Settings". Seems like it is using the button name as a tooltip. Is there a way to have different button name and tooltip?
Thanks
Ivo

