total_bytes_label  221 src/filemanager/filegui.c     WHLine *total_bytes_label;
total_bytes_label  944 src/filemanager/filegui.c             ui->total_bytes_label = hline_new (y++, -1, -1);
total_bytes_label  945 src/filemanager/filegui.c             group_add_widget (g, ui->total_bytes_label);
total_bytes_label 1174 src/filemanager/filegui.c     if (ui->total_bytes_label != NULL)
total_bytes_label 1179 src/filemanager/filegui.c             hline_set_textv (ui->total_bytes_label, _(" Total: %s "), buffer2);
total_bytes_label 1183 src/filemanager/filegui.c             hline_set_textv (ui->total_bytes_label, _(" Total: %s / %s "), buffer2, buffer3);