summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--qml/AppList.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml
index 64de4b4..3c6854e 100644
--- a/qml/AppList.qml
+++ b/qml/AppList.qml
@@ -36,7 +36,7 @@ ListElement { group: "video";description: qsTr("Media Center"); title: "Kodi";na
ListElement { group: "audio";description: qsTr("Audio Player similar to Winamp"); title: "Qmmp";name: "qmmp";command: "qmmp";repo: "";icon: "img/qmmp.png";}
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("Extensible tool platform and java IDE (64bits only)"); title: "Eclipse";name: "eclipse-platform";command: "eclipse";repo: "";icon: "img/eclipse.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";}