diff --git a/src/snapshot.cpp b/src/snapshot.cpp --- a/src/snapshot.cpp +++ b/src/snapshot.cpp @@ -27,7 +27,7 @@ Snapshot::Snapshot(QMainWindow* parent, QString name) : QObject(parent), _showAction(this), - _deleteAction("Delete", this) + _deleteAction("&Delete", this) { _name = name; _saved = false; diff --git a/src/snapshotview.ui b/src/snapshotview.ui --- a/src/snapshotview.ui +++ b/src/snapshotview.ui @@ -31,7 +31,7 @@ - Snapshot + &Snapshot @@ -39,7 +39,7 @@ - View + &View @@ -47,7 +47,7 @@ - Export CSV + &Export CSV Save snapshot as CSV file @@ -55,7 +55,7 @@ - Rename + &Rename Rename this snapshot @@ -63,7 +63,7 @@ - Close + &Close Close Window