summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/Tool.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/gtk/Tool.h')
-rw-r--r--tikzit/src/gtk/Tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tikzit/src/gtk/Tool.h b/tikzit/src/gtk/Tool.h
index de3d3ff..6f6ba19 100644
--- a/tikzit/src/gtk/Tool.h
+++ b/tikzit/src/gtk/Tool.h
@@ -29,7 +29,7 @@
@protocol Tool <RenderDelegate,InputDelegate>
@property (readonly) NSString *name;
-@property (readonly) const gchar *stockIcon;
+@property (readonly) const gchar *stockId;
@property (readonly) NSString *helpText;
@property (readonly) NSString *shortcut;
@property (retain) GraphRenderer *activeRenderer;