mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-05 16:35:10 +00:00
Monotone-Parent: 9553e562ebed3759fe2052393023f3b5eb697bc0
Monotone-Revision: 6d6d161ae84abc675aca403d147c51afe68d09e1 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2007-09-14T18:11:58 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -214,6 +214,15 @@
|
||||
return image;
|
||||
}
|
||||
|
||||
- (NSString *) buttonTooltip
|
||||
{
|
||||
NSString *key;
|
||||
|
||||
key = [[self buttonInfo] valueForKey: @"tooltip"];
|
||||
|
||||
return [self labelForKey: key];
|
||||
}
|
||||
|
||||
/* enable/disable buttons */
|
||||
|
||||
- (BOOL)isButtonEnabled {
|
||||
|
||||
Reference in New Issue
Block a user