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:
Francis Lachapelle
2007-09-14 18:11:58 +00:00
parent 04d59e006e
commit e5e3eda8a0
8 changed files with 90 additions and 4 deletions
+9
View File
@@ -214,6 +214,15 @@
return image;
}
- (NSString *) buttonTooltip
{
NSString *key;
key = [[self buttonInfo] valueForKey: @"tooltip"];
return [self labelForKey: key];
}
/* enable/disable buttons */
- (BOOL)isButtonEnabled {