Bug #351686 --> change defualt toolbar set for compose to use a separator after send. sr=bienvenu

This commit is contained in:
scott%scott-macgregor.org 2006-09-08 20:38:41 +00:00
Родитель e0ef2221f4
Коммит 48be84d220
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -668,9 +668,9 @@
toolbarname="Compose"
fullscreentoolbar="true" mode="full"
#ifdef XP_MACOSX
defaultset="button-send,spacer,button-address,spacer,spellingButton,spacer,button-attach,button-security,spacer,button-save,spring,throbber-box"
defaultset="button-send,separator,button-address,spellingButton,button-attach,button-security,button-save,spring,throbber-box"
#else
defaultset="button-send,spacer,button-address,spacer,spellingButton,spacer,button-attach,button-security,spacer,button-save"
defaultset="button-send,separator,button-address,spellingButton,button-attach,button-security,button-save"
#endif
customizable="true" context="toolbar-context-menu">
</toolbar>