diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-15 13:04:50 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-17 10:19:29 +0100 |
commit | 64120037b598e1c9abec1181179c8c7f25c9fca5 (patch) | |
tree | abd415bacb0dbee205be66f175b529fa998f4f53 /qml | |
parent | f2b8ab8372e3465a1af70831c82199cd7379a6db (diff) | |
download | mageiawelcome-64120037b598e1c9abec1181179c8c7f25c9fca5.tar mageiawelcome-64120037b598e1c9abec1181179c8c7f25c9fca5.tar.gz mageiawelcome-64120037b598e1c9abec1181179c8c7f25c9fca5.tar.bz2 mageiawelcome-64120037b598e1c9abec1181179c8c7f25c9fca5.tar.xz mageiawelcome-64120037b598e1c9abec1181179c8c7f25c9fca5.zip |
Correction of a command in applist
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 df246f5..fdcb2ca 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -36,7 +36,7 @@ ListElement { group: "audio";description: qsTr("Audio Player similiar to Winamp" ListElement { group: "audio";description: qsTr("Modern music player and library organizer"); inst_repo: "";title: "Clementine";name: "clementine";command: "clementine";repo: "";icon: "img/clementine.png";installable: "False";} ListElement { group: "audio";description: qsTr("An audio file converter, CD ripper and replay gain tool"); inst_repo: "";title: "Soundkonverter";name: "soundkonverter";command: "soundkonverter";repo: "";icon: "img/soundkonverter.png";installable: "True";} ListElement { group: "programming";description: qsTr("Extensible tool platform and java ide"); inst_repo: "";title: "Eclipse";name: "eclipse";command: "eclipse";repo: "";icon: "img/eclipse.png";installable: "True";} -ListElement { group: "programming";description: qsTr("Scientific Python Development Environment​ "); inst_repo: "";title: "Spyder";name: "spyder";command: "eclipse";repo: "";icon: "img/spyder3.png";installable: "True";} +ListElement { group: "programming";description: qsTr("Scientific Python Development Environment​ "); inst_repo: "";title: "Spyder";name: "spyder";command: "spyder";repo: "";icon: "img/spyder3.png";installable: "True";} ListElement { group: "programming";description: qsTr("A C++ IDE"); inst_repo: "";title: "CodeBlocks";name: "codeblocks";command: "codeblocks";repo: "";icon: "img/codeblocks.png";installable: "True";} ListElement { group: "programming";description: qsTr("Lightweight IDE for qt"); inst_repo: "";title: "Qt Creator";name: "qt-creator";command: "qtcreator";repo: "";icon: "img/qt-creator.png";installable: "False";} ListElement { group: "programming";description: qsTr("IDE for C and C++"); inst_repo: "";title: "Anjuta";name: "anjuta";command: "anjuta";repo: "";icon: "img/anjuta.png";installable: "True";} |