From 7aa6eda371eea746792dce412b97ed9799e3467e Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Thu, 6 Dec 2012 18:03:26 +0000 Subject: Add a toolbox Just allows selecting tools, so far - no tool configuration. --- tikzit/src/gtk/SelectTool.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tikzit/src/gtk/SelectTool.m') diff --git a/tikzit/src/gtk/SelectTool.m b/tikzit/src/gtk/SelectTool.m index 08abbea..2501935 100644 --- a/tikzit/src/gtk/SelectTool.m +++ b/tikzit/src/gtk/SelectTool.m @@ -39,7 +39,7 @@ static const InputMask unionSelectMask = ShiftMask; @implementation SelectTool - (NSString*) name { return @"Select Tool"; } -- (const gchar*) stockIcon { return TIKZIT_STOCK_SELECT; } +- (const gchar*) stockId { return TIKZIT_STOCK_SELECT; } - (NSString*) helpText { return @"Select, move and edit nodes and edges"; } - (NSString*) shortcut { return @"s"; } @synthesize configurationWidget=configWidget; -- cgit v1.2.3