changeset 78719:cf3310f7d4c8

(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
author Jan Djärv <jan.h.d@swipnet.se>
date Sun, 02 Sep 2007 16:58:49 +0000
parents 4dd706ead6a0
children 2894950842e6
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Sun Sep 02 01:30:14 2007 +0000
+++ b/src/dispextern.h	Sun Sep 02 16:58:49 2007 +0000
@@ -2579,6 +2579,9 @@
   /* 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