summaryrefslogtreecommitdiff
path: root/toolbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'toolbar.c')
-rw-r--r--toolbar.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/toolbar.c b/toolbar.c
index 23897b1..f669fd1 100644
--- a/toolbar.c
+++ b/toolbar.c
@@ -16,15 +16,15 @@ typedef struct
static const ToolInfo tools[] =
{
- { "T", NULL },
- { "R", NULL },
- { "E", NULL },
- { "P", NULL },
- { "L", NULL },
- { "I", NULL },
- { "H", NULL },
- { "V", NULL },
- { "N", NULL },
+ { "T", NULL }, /* text */
+ { "R", NULL }, /* rectangle */
+ { "E", NULL }, /* ellipse */
+ { "P", NULL }, /* polygon */
+ { "L", NULL }, /* line */
+ { "I", NULL }, /* image */
+ { "H", NULL }, /* horizontal helper line */
+ { "V", NULL }, /* vertical helper line */
+ { "N", NULL }, /* post-it note */
};
struct Toolbar