From 2846b9a6f2fb11a7858bb1dc775b144760757018 Mon Sep 17 00:00:00 2001 From: Bill Wilson Date: Thu, 16 Oct 2014 11:57:37 -0500 Subject: [PATCH] CPU config Add one more CPU chart text format string option as final change before the rc1 tarball release. --- src/cpu.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cpu.c b/src/cpu.c index f0ad6c3..276670f 100644 --- a/src/cpu.c +++ b/src/cpu.c @@ -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),