# HG changeset patch # User Jan Dj¸«£rv # Date 1188295910 0 # Node ID 7db330affbcb4d577e6d11deb1426059a4bfe306 # Parent 3a5f0fb127ce47ca67b1d9b29f99e6a067c6e8ea (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. diff -r 3a5f0fb127ce -r 7db330affbcb src/dispextern.h --- 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