summaryrefslogtreecommitdiff
path: root/tikzit/src/gtk/tzstockitems.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/tzstockitems.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/tzstockitems.m')
-rw-r--r--tikzit/src/gtk/tzstockitems.m10
1 files changed, 5 insertions, 5 deletions
diff --git a/tikzit/src/gtk/tzstockitems.m b/tikzit/src/gtk/tzstockitems.m
index 6425d5f..5eba912 100644
--- a/tikzit/src/gtk/tzstockitems.m
+++ b/tikzit/src/gtk/tzstockitems.m
@@ -30,11 +30,11 @@ static GtkStockItem stock_items[] = {
// GdkModifierType modifier;
// guint keyval;
// gchar *translation_domain;
- { TIKZIT_STOCK_SELECT, "Select Tool", 0, 0, NULL },
- { TIKZIT_STOCK_CREATE_NODE, "Create Node Tool", 0, 0, NULL },
- { TIKZIT_STOCK_CREATE_EDGE, "Create Edge Tool", 0, 0, NULL },
- { TIKZIT_STOCK_BOUNDING_BOX, "Bounding Box Tool", 0, 0, NULL },
- { TIKZIT_STOCK_DRAG, "Drag Tool", 0, 0, NULL },
+ { TIKZIT_STOCK_SELECT, "Select", 0, 0, NULL },
+ { TIKZIT_STOCK_CREATE_NODE, "Create Node", 0, 0, NULL },
+ { TIKZIT_STOCK_CREATE_EDGE, "Create Edge", 0, 0, NULL },
+ { TIKZIT_STOCK_BOUNDING_BOX, "Bounding Box", 0, 0, NULL },
+ { TIKZIT_STOCK_DRAG, "Drag", 0, 0, NULL },
};
static guint n_stock_items = G_N_ELEMENTS (stock_items);