From 0fdfd8919f492e6e4f9d3da8df5a973d49fed774 Mon Sep 17 00:00:00 2001 From: Ross Boucher Date: Thu, 5 Mar 2009 14:45:34 -0800 Subject: [PATCH] Remove the tabs. --- AppKit/CPControl.j | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AppKit/CPControl.j b/AppKit/CPControl.j index 3edb5a8bb..adbc5c5d2 100644 --- a/AppKit/CPControl.j +++ b/AppKit/CPControl.j @@ -100,7 +100,7 @@ var CPControlBlackColor = [CPColor blackColor]; CPCellImagePosition _imagePosition; CPImageScaling _imageScaling; - CPString _toolTip; + CPString _toolTip; // Target-Action Support id _target; @@ -337,7 +337,7 @@ var CPControlBlackColor = [CPColor blackColor]; */ -(CPString)toolTip { - return _toolTip; + return _toolTip; } /*!