| 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 |