CPU config

Add one more CPU chart text format string option as
final change before the rc1 tarball release.
This commit is contained in:
Bill Wilson 2014-10-16 11:57:37 -05:00
parent 62c2fe4ad4
commit 2846b9a6f2
1 changed files with 2 additions and 0 deletions

View File

@ -1442,6 +1442,8 @@ create_cpu_tab(GtkWidget *tab_vbox)
text_format);
gtk_combo_box_append_text(GTK_COMBO_BOX(text_format_combo_box),
DEFAULT_TEXT_FORMAT);
gtk_combo_box_append_text(GTK_COMBO_BOX(text_format_combo_box),
_("\\f$L\\n$T"));
gtk_combo_box_append_text(GTK_COMBO_BOX(text_format_combo_box),
_("\\fu \\.$u\\n\\fs \\.$s"));
gtk_combo_box_append_text(GTK_COMBO_BOX(text_format_combo_box),