diff options
| author | Jan Djärv | 2007-08-28 10:11:50 +0000 |
|---|---|---|
| committer | Jan Djärv | 2007-08-28 10:11:50 +0000 |
| commit | fface67742861c83f2e01e1d1847ba674fd31035 (patch) | |
| tree | a50fd03405ad9c8a10ac3e7184275db915e428cd /src | |
| parent | 98a92193e7950637f8b3ecf5ffe6cfa04dadd9d2 (diff) | |
| download | emacs-fface67742861c83f2e01e1d1847ba674fd31035.tar.gz emacs-fface67742861c83f2e01e1d1847ba674fd31035.zip | |
(enum tool_bar_item_idx): Add TOOL_BAR_ITEM_RTL_IMAGE.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 | |||
| 2579 | /* Help string. */ | 2579 | /* Help string. */ |
| 2580 | TOOL_BAR_ITEM_HELP, | 2580 | TOOL_BAR_ITEM_HELP, |
| 2581 | 2581 | ||
| 2582 | /* Icon file name of right to left image when an RTL locale is used. */ | ||
| 2583 | TOOL_BAR_ITEM_RTL_IMAGE, | ||
| 2584 | |||
| 2582 | /* Sentinel = number of slots in tool_bar_items occupied by one | 2585 | /* Sentinel = number of slots in tool_bar_items occupied by one |
| 2583 | tool-bar item. */ | 2586 | tool-bar item. */ |
| 2584 | TOOL_BAR_ITEM_NSLOTS | 2587 | TOOL_BAR_ITEM_NSLOTS |