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