total_bytes_label  228 src/filemanager/filegui.c     WHLine *total_bytes_label;
total_bytes_label  886 src/filemanager/filegui.c             ui->total_bytes_label = hline_new (y++, -1, -1);
total_bytes_label  887 src/filemanager/filegui.c             group_add_widget (g, ui->total_bytes_label);
total_bytes_label 1116 src/filemanager/filegui.c     if (ui->total_bytes_label != NULL)
total_bytes_label 1121 src/filemanager/filegui.c             hline_set_textv (ui->total_bytes_label, _(" Total: %s "), buffer2);
total_bytes_label 1125 src/filemanager/filegui.c             hline_set_textv (ui->total_bytes_label, _(" Total: %s / %s "), buffer2, buffer3);