From 8337e95186eaf2acbe994f2e24d2a0bedf019974 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Sun, 2 Sep 2007 16:58:49 +0000 Subject: [PATCH] (enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE. --- src/dispextern.h | 3 +++ 1 file changed, 3 insertions(+) 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 /* 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 -- 2.39.2