--- a/E5Gui/E5Action.py Sun Jan 22 19:30:27 2012 +0100 +++ b/E5Gui/E5Action.py Tue Jan 24 19:29:23 2012 +0100 @@ -159,6 +159,15 @@ super().setShortcuts(shortcuts) self.__ammendToolTip() + def setIconText(self, text): + """ + Public slot to set the icon text of the action. + + @param text new icon text (string) + """ + super().setIconText(text) + self.__ammendToolTip() + def __ammendToolTip(self): """ Private slot to add the primary keyboard accelerator to the tooltip.