I have successfuly change all the other text in the ribbon using the keys found in the string resource browser. However, when I set the values for the title bar buttons, nothing changes.
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonCloseToolTip", "blah");
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonMaximizeToolTip", "blah");
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonMinimizeToolTip", "blah"));
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonRestoreToolTip", "blah"))
help?
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonCloseToolTip", "blah");
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonMaximizeToolTip", "blah");
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonMinimizeToolTip", "blah"));
ActiproSoftware.Products.Ribbon.SR.SetCustomString("UIRibbonWindowTitleBarButtonRestoreToolTip", "blah"))
help?