Switch to side-by-side view
--- a/src/qtgui/viewaction_w.cpp +++ b/src/qtgui/viewaction_w.cpp @@ -62,7 +62,7 @@ new QTableWidgetItem(QString::fromAscii(it->second.c_str()))); row++; } - QStringList labels(tr("Mime type")); + QStringList labels(tr("MIME type")); labels.push_back(tr("Command")); actionsLV->setHorizontalHeaderLabels(labels); }