VirtualBox

Changeset 11782

Show
Ignore:
Timestamp:
08/28/08 20:40:22 (3 months ago)
Author:
vboxsync
Message:

Fe/Qt4: Updating tooltips for Snapshot page of VM Selector dialog. No NLS changed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxSnapshotsWgt.cpp

    r11742 r11782  
    683683    mDiscardCurSnapAndStateAction->setStatusTip (tr ("Discard the current snapshot and revert the machine to the state it had before the snapshot was taken")); 
    684684    mShowSnapshotDetailsAction->setStatusTip (tr ("Show details of the selected snapshot")); 
     685 
     686    mDiscardSnapshotAction->setToolTip (mDiscardSnapshotAction->text().remove ('&').remove ('.') + 
     687        QString (" (%1)").arg (mDiscardSnapshotAction->shortcut().toString())); 
     688    mTakeSnapshotAction->setToolTip (mTakeSnapshotAction->text().remove ('&').remove ('.') + 
     689        QString (" (%1)").arg (mTakeSnapshotAction->shortcut().toString())); 
     690    mRevertToCurSnapAction->setToolTip (mRevertToCurSnapAction->text().remove ('&').remove ('.') + 
     691        QString (" (%1)").arg (mRevertToCurSnapAction->shortcut().toString())); 
     692    mDiscardCurSnapAndStateAction->setToolTip (mDiscardCurSnapAndStateAction->text().remove ('&').remove ('.') + 
     693        QString (" (%1)").arg (mDiscardCurSnapAndStateAction->shortcut().toString())); 
     694    mShowSnapshotDetailsAction->setToolTip (mShowSnapshotDetailsAction->text().remove ('&').remove ('.') + 
     695        QString (" (%1)").arg (mShowSnapshotDetailsAction->shortcut().toString())); 
    685696} 
    686697 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy