CPU config
Add one more CPU chart text format string option as final change before the rc1 tarball release.
This commit is contained in:
parent
62c2fe4ad4
commit
2846b9a6f2
|
@ -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),
|
||||
|
|
Loading…
Reference in New Issue