adium/adium

"Mnemonics are not supported in OS X."
adium-1.6
2013-07-19, Frank Dowsett
5e3306ae97c1
Parents d53b592d49c2
Children 93b7aa7d0a76
"Mnemonics are not supported in OS X."
--- a/Source/AIMessageViewEmoticonsController.m Wed Jul 17 21:21:53 2013 -0400
+++ b/Source/AIMessageViewEmoticonsController.m Fri Jul 19 17:06:36 2013 -0400
@@ -134,8 +134,8 @@
{
if (anIndex < [[self emoticons] count]) {
// Update Title and Symbol (Text Equivalent)
- [[self emoticonTitleLabel] setTitleWithMnemonic:[[self emoticonTitles] objectAtIndex:anIndex]];
- [[self emoticonSymbolLabel] setTitleWithMnemonic:[[self emoticonSymbols] objectAtIndex:anIndex]];
+ [[self emoticonTitleLabel] setStringValue:[[self emoticonTitles] objectAtIndex:anIndex]];
+ [[self emoticonSymbolLabel] setStringValue:[[self emoticonSymbols] objectAtIndex:anIndex]];
}
}