Le raccourci clavier pour l'action "Supprimer" n'etait plus reconnu sous Windows.

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@822 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2009-12-28 00:29:35 +00:00
parent 10014af3ac
commit 05e0d76e74
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ void QETDiagramEditor::actions() {
select_nothing -> setShortcut(QKeySequence(tr("Ctrl+Shift+A")));
select_invert -> setShortcut(QKeySequence(tr("Ctrl+I")));
#ifndef Q_WS_MAC
delete_selection -> setShortcut(QKeySequence(tr("Suppr")));
delete_selection -> setShortcut(QKeySequence(Qt::Key_Delete));
#else
delete_selection -> setShortcut(QKeySequence(tr("Backspace")));
#endif