aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 4cd9c42cc0f..9e899f9ccb2 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -2579,6 +2579,9 @@ enum tool_bar_item_idx
2579 /* Help string. */ 2579 /* Help string. */
2580 TOOL_BAR_ITEM_HELP, 2580 TOOL_BAR_ITEM_HELP,
2581 2581
2582 /* Icon file name of right to left image when an RTL locale is used. */
2583 TOOL_BAR_ITEM_RTL_IMAGE,
2584
2582 /* Sentinel = number of slots in tool_bar_items occupied by one 2585 /* Sentinel = number of slots in tool_bar_items occupied by one
2583 tool-bar item. */ 2586 tool-bar item. */
2584 TOOL_BAR_ITEM_NSLOTS 2587 TOOL_BAR_ITEM_NSLOTS