changeset 82932:7db330affbcb

(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 28 Aug 2007 10:11:50 +0000
parents 3a5f0fb127ce
children 7c8832009d31
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispextern.h	Tue Aug 28 10:11:19 2007 +0000
+++ b/src/dispextern.h	Tue Aug 28 10:11:50 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