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