// Couldn't find rtl icon, so default it to the regular icon
defaultRTLIcon = skin.getIcon(mappedIconName);
if (defaultRTLIcon != null)
{
// cache regular icon so we don't need to get it again!
skin.registerIcon(rtlIconName, defaultRTLIcon);
}
}
return (rtlIcon != null) ? rtlIcon : defaultRTLIcon;