comparison pidgin/gtkimhtmltoolbar.c @ 18794:2cb148647f8f

merge of 'cb0bfe51682f8257f029d2dd61731a5ede123ba7' and 'fe54b4edcc5b8faa419ae3abc56e9cc567633893'
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 03 Aug 2007 13:28:23 +0000
parents 09082badaa46 4e46e5f6586a
children 5a5ca6438308
comparison
equal deleted inserted replaced
18789:09082badaa46 18794:2cb148647f8f
1123 #if 0 1123 #if 0
1124 {_("_Normal"), &toolbar->normal_size, TRUE}, 1124 {_("_Normal"), &toolbar->normal_size, TRUE},
1125 #endif 1125 #endif
1126 {_("_Smaller"), &toolbar->smaller_size, TRUE}, 1126 {_("_Smaller"), &toolbar->smaller_size, TRUE},
1127 {_("_Font face"), &toolbar->font, TRUE}, 1127 {_("_Font face"), &toolbar->font, TRUE},
1128 {_("_Foreground color"), &toolbar->fgcolor, TRUE}, 1128 {_("Foreground _color"), &toolbar->fgcolor, TRUE},
1129 {_("_Background color"), &toolbar->bgcolor, TRUE}, 1129 {_("Bac_kground color"), &toolbar->bgcolor, TRUE},
1130 {_("_Reset formatting"), &toolbar->clear, FALSE}, 1130 {_("_Reset formatting"), &toolbar->clear, FALSE},
1131 {NULL, NULL, FALSE} 1131 {NULL, NULL, FALSE}
1132 }; 1132 };
1133 1133
1134 1134