summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-15 13:04:50 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 15:46:34 +0100
commitd15a0556462df6ef2567af6ae0f81e3994156f47 (patch)
tree06f78e28eb4477dfd5a8ba4e3b137c17d0c6960c
parent738a9611292d159c9fc40199362489bc0c0ba43d (diff)
downloadmageiawelcome-d15a0556462df6ef2567af6ae0f81e3994156f47.tar
mageiawelcome-d15a0556462df6ef2567af6ae0f81e3994156f47.tar.gz
mageiawelcome-d15a0556462df6ef2567af6ae0f81e3994156f47.tar.bz2
mageiawelcome-d15a0556462df6ef2567af6ae0f81e3994156f47.tar.xz
mageiawelcome-d15a0556462df6ef2567af6ae0f81e3994156f47.zip
Correction of a command in applist
-rw-r--r--qml/AppList.qml2
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";}