diff options
author | Papoteur <papoteur@mageia.org> | 2020-12-21 19:48:55 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-12-22 15:36:28 +0100 |
commit | 63df7fa10d44461e0002290a28e1cecca6cda0aa (patch) | |
tree | 304d343e6a67691170fdf7e619b511b177bbeb04 /qml | |
parent | 602311f3c2f60f28998b66b42623e1daf44375ee (diff) | |
download | mageiawelcome-63df7fa10d44461e0002290a28e1cecca6cda0aa.tar mageiawelcome-63df7fa10d44461e0002290a28e1cecca6cda0aa.tar.gz mageiawelcome-63df7fa10d44461e0002290a28e1cecca6cda0aa.tar.bz2 mageiawelcome-63df7fa10d44461e0002290a28e1cecca6cda0aa.tar.xz mageiawelcome-63df7fa10d44461e0002290a28e1cecca6cda0aa.zip |
Update command for Spyder
Diffstat (limited to 'qml')
-rw-r--r-- | qml/AppList.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index 396b191..64de4b4 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -37,7 +37,7 @@ ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp") ListElement { group: "audio";description: qsTr("Modern music player and library organizer"); title: "Clementine";name: "clementine";command: "clementine";repo: "";icon: "img/clementine.png";} ListElement { group: "audio";description: qsTr("An audio file converter, CD ripper and replay gain tool"); title: "Soundkonverter";name: "soundkonverter";command: "soundkonverter";repo: "";icon: "img/soundkonverter.png";} ListElement { group: "programming";description: qsTr("Extensible tool platform and java IDE"); title: "Eclipse";name: "eclipse";command: "eclipse";repo: "";icon: "img/eclipse.png";} -ListElement { group: "programming";description: qsTr("Scientific Python Development Environment​ "); title: "Spyder";name: "spyder";command: "spyder";repo: "";icon: "img/spyder3.png";} +ListElement { group: "programming";description: qsTr("Scientific Python Development Environment​ "); title: "Spyder";name: "spyder";command: "spyder3";repo: "";icon: "img/spyder3.png";} ListElement { group: "programming";description: qsTr("A C++ IDE"); title: "CodeBlocks";name: "codeblocks";command: "codeblocks";repo: "";icon: "img/codeblocks.png";} ListElement { group: "programming";description: qsTr("Lightweight IDE for Qt"); title: "Qt Creator";name: "qt-creator";command: "qtcreator";repo: "";icon: "img/qt-creator.png";} ListElement { group: "programming";description: qsTr("IDE for C and C++"); title: "Anjuta";name: "anjuta";command: "anjuta";repo: "";icon: "img/anjuta.png";} |