summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/HandTool.m
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-11 17:50:59 +0000
committerAlex Merry <alex.merry@cs.ox.ac.uk>2012-12-11 17:50:59 +0000
commitf0005d52707e1e8bfb19ba44782f169e59aa815d (patch)
tree6e165b4d72c6d992685997529aa242fb6838dc07 /tikzit/src/gtk/HandTool.m
parent81763ee4781833a78f06b0a799713e3412189256 (diff)
Remove use of GtkFrame in tool windows
It's unnecessary and a waste of space. Use bolded titles instead.
Diffstat (limited to 'tikzit/src/gtk/HandTool.m')
-rw-r--r--tikzit/src/gtk/HandTool.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/gtk/HandTool.m b/tikzit/src/gtk/HandTool.m
index 3f8906c..c3a0fb4 100644
--- a/tikzit/src/gtk/HandTool.m
+++ b/tikzit/src/gtk/HandTool.m
@@ -22,7 +22,7 @@
#import "tzstockitems.h"
@implementation HandTool
-- (NSString*) name { return @"Drag Tool"; }
+- (NSString*) name { return @"Drag"; }
- (const gchar*) stockId { return TIKZIT_STOCK_DRAG; }
- (NSString*) helpText { return @"Move the diagram to view different parts"; }
- (NSString*) shortcut { return @"m"; }