mirror of
https://github.com/MacPass/MacPass.git
synced 2026-02-01 11:28:15 +00:00
Fixed typo
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
@end
|
@end
|
||||||
@implementation NSImage (MPTintedImage)
|
@implementation NSImage (MPTintedImage)
|
||||||
- (NSImage *)imageWithTintColor:(NSColor *)tintColor {
|
- (NSImage *)imageWithTintColor:(NSColor *)tintColor {
|
||||||
/* only tint tempated images! */
|
/* only tint templated images! */
|
||||||
if(NO == self.template) {
|
if(NO == self.template) {
|
||||||
return self;
|
return self;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user