comparison pidgin/gtkimhtmltoolbar.c @ 18792:b193b5921665

I thought I fixed this already...
author Kevin Stange <kevin@simguy.net>
date Fri, 03 Aug 2007 09:53:25 +0000
parents c94f1699fdee
children 4e46e5f6586a
comparison
equal deleted inserted replaced
18787:09103d3ba774 18792:b193b5921665
1124 #if 0 1124 #if 0
1125 {_("_Normal"), &toolbar->normal_size, TRUE}, 1125 {_("_Normal"), &toolbar->normal_size, TRUE},
1126 #endif 1126 #endif
1127 {_("_Smaller"), &toolbar->smaller_size, TRUE}, 1127 {_("_Smaller"), &toolbar->smaller_size, TRUE},
1128 {_("_Font face"), &toolbar->font, TRUE}, 1128 {_("_Font face"), &toolbar->font, TRUE},
1129 {_("_Foreground color"), &toolbar->fgcolor, TRUE}, 1129 {_("Foreground _color"), &toolbar->fgcolor, TRUE},
1130 {_("_Background color"), &toolbar->bgcolor, TRUE}, 1130 {_("_Background color"), &toolbar->bgcolor, TRUE},
1131 {_("_Reset formatting"), &toolbar->clear, FALSE}, 1131 {_("_Reset formatting"), &toolbar->clear, FALSE},
1132 {NULL, NULL} 1132 {NULL, NULL}
1133 }; 1133 };
1134 1134