aboutsummaryrefslogtreecommitdiff
path: root/src/gui/kstandardshortcut.cpp
diff options
context:
space:
mode:
authorLuigi Toscano <luigi.toscano@tiscali.it>2019-12-10 00:21:20 +0100
committerLuigi Toscano <luigi.toscano@tiscali.it>2019-12-10 00:21:20 +0100
commit599456e68dfdd2f6019bf5fb1238bbcdf00927d8 (patch)
treed35c5df9fefbb826172871c88924695d2a64f9dc /src/gui/kstandardshortcut.cpp
parent912ec731b8bd9eca12ae21920c81bcddfb46622b (diff)
downloadkconfig-599456e68dfdd2f6019bf5fb1238bbcdf00927d8.tar.gz
kconfig-599456e68dfdd2f6019bf5fb1238bbcdf00927d8.tar.bz2
Fix URL: use the stable redirect commits.kde.org
cgit.kde.org may go away at a certain point, while commits.kde.org is meant to stay around.
Diffstat (limited to 'src/gui/kstandardshortcut.cpp')
-rw-r--r--src/gui/kstandardshortcut.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/kstandardshortcut.cpp b/src/gui/kstandardshortcut.cpp
index 68bf5532..b845f612 100644
--- a/src/gui/kstandardshortcut.cpp
+++ b/src/gui/kstandardshortcut.cpp
@@ -81,7 +81,7 @@ static KStandardShortcutInfo g_infoStandardShortcut[] = {
{ Undo, "Undo", QT_TRANSLATE_NOOP3("KStandardShortcut", "Undo", "@action"), CTRL(Z), 0, QList<QKeySequence>(), false },
{ Redo, "Redo", QT_TRANSLATE_NOOP3("KStandardShortcut", "Redo", "@action"), CTRLSHIFT(Z), 0, QList<QKeySequence>(), false },
// Both "Cut" and "Delete" use Shift+Delete, but this is okay; see
- // https://cgit.kde.org/kxmlgui.git/commit/?id=8eabbf6725386e716b7536c71a9181dfe5d959f0
+ // https://commits.kde.org/kxmlgui/8eabbf6725386e716b7536c71a9181dfe5d959f0
{ Cut, "Cut", QT_TRANSLATE_NOOP3("KStandardShortcut", "Cut", "@action"), CTRL(X), SHIFT(Delete), QList<QKeySequence>(), false },
{ Copy, "Copy", QT_TRANSLATE_NOOP3("KStandardShortcut", "Copy", "@action"), CTRL(C), CTRL(Insert), QList<QKeySequence>(), false },
{ Paste, "Paste", QT_TRANSLATE_NOOP3("KStandardShortcut", "Paste", "@action"), CTRL(V), SHIFT(Insert), QList<QKeySequence>(), false },
@@ -172,7 +172,7 @@ static KStandardShortcutInfo g_infoStandardShortcut[] = {
{ AboutApp, "AboutApp", QT_TRANSLATE_NOOP3("KStandardShortcut", "About Application", "@action"), 0, 0, QList<QKeySequence>(), false },
{ AboutKDE, "AboutKDE", QT_TRANSLATE_NOOP3("KStandardShortcut", "About KDE", "@action"), 0, 0, QList<QKeySequence>(), false },
// Both "Cut" and "Delete" use Shift+Delete, but this is okay; see
- // https://cgit.kde.org/kxmlgui.git/commit/?id=8eabbf6725386e716b7536c71a9181dfe5d959f0
+ // https://commits.kde.org/kxmlgui/8eabbf6725386e716b7536c71a9181dfe5d959f0
{ DeleteFile, "DeleteFile", QT_TRANSLATE_NOOP3("KStandardShortcut", "Delete", "@action"), SHIFT(Delete), 0, QList<QKeySequence>(), false },
{ RenameFile, "RenameFile", QT_TRANSLATE_NOOP3("KStandardShortcut", "Rename", "@action"), Qt::Key_F2, 0, QList<QKeySequence>(), false },
{ MoveToTrash, "MoveToTrash", QT_TRANSLATE_NOOP3("KStandardShortcut", "Move to Trash", "@action"), Qt::Key_Delete, 0, QList<QKeySequence>(), false },