(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
This commit is contained in:
parent
98a92193e7
commit
fface67742
1 changed files with 3 additions and 0 deletions
|
@ -2579,6 +2579,9 @@ enum tool_bar_item_idx
|
|||
/* Help string. */
|
||||
TOOL_BAR_ITEM_HELP,
|
||||
|
||||
/* Icon file name of right to left image when an RTL locale is used. */
|
||||
TOOL_BAR_ITEM_RTL_IMAGE,
|
||||
|
||||
/* Sentinel = number of slots in tool_bar_items occupied by one
|
||||
tool-bar item. */
|
||||
TOOL_BAR_ITEM_NSLOTS
|
||||
|
|
Loading…
Add table
Reference in a new issue