pidgin/gtkimhtmltoolbar.c

changeset 19083
14edbc247c42
parent 19076
84216ea8ddbf
child 19084
15f91e441bfb
equal deleted inserted replaced
19082:c75b06385c8a 19083:14edbc247c42
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

mercurial