diff options
author | Papoteur <papoteur@mageia.org> | 2019-01-09 12:29:42 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-01-09 12:30:19 +0100 |
commit | 6a01d20b66509c4e2945b6859f4d6fc07b5db7cc (patch) | |
tree | 8ed9390ef05c4e0b4427f4e88de958e220325291 | |
parent | 16d76fd1ad8f1e02c9b9eeb6953e42cb05f08001 (diff) | |
download | mageiawelcome-6a01d20b66509c4e2945b6859f4d6fc07b5db7cc.tar mageiawelcome-6a01d20b66509c4e2945b6859f4d6fc07b5db7cc.tar.gz mageiawelcome-6a01d20b66509c4e2945b6859f4d6fc07b5db7cc.tar.bz2 mageiawelcome-6a01d20b66509c4e2945b6859f4d6fc07b5db7cc.tar.xz mageiawelcome-6a01d20b66509c4e2945b6859f4d6fc07b5db7cc.zip |
Applications: suppress amule
-rw-r--r-- | qml/AppList.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qml/AppList.qml b/qml/AppList.qml index 3c2d69e..6f04606 100644 --- a/qml/AppList.qml +++ b/qml/AppList.qml @@ -25,7 +25,6 @@ ListElement { group: "internet";description: qsTr("Full-featured graphical ftp/f ListElement { group: "internet featured";description: qsTr("Next-generation web browser"); title: "Firefox";name: "firefox";command: "firefox";repo: "";icon: "img/firefox.png";} ListElement { group: "internet featured";description: qsTr("Lightweight but feature rich bittorrent client"); title: "Qbittorrent";name: "qbittorrent";command: "qbittorrent";repo: "";icon: "img/qbittorrent.png";} ListElement { group: "internet";description: qsTr("Fast Webbrowser"); title: "Chromium";name: "chromium-browser";command: "chromium-browser";repo: "";icon: "img/chromium.png";} -ListElement { group: "internet";description: qsTr("File sharing client compatible with eDonkey"); title: "Amule";name: "amule";command: "amule";repo: "";icon: "img/amule.png";} ListElement { group: "internet";description: qsTr("E-mail, news and RSS client"); title: "Thunderbird";name: "thunderbird";command: "thunderbird";repo: "";icon: "img/thunderbird.png";} ListElement { group: "internet";description: qsTr("Fast e-mail client"); title: "Claws Mail";name: "claws-mail";command: "claws-mail";repo: "";icon: "img/claws-mail.png";} ListElement { group: "video featured";description: qsTr("Media Player"); title: "Smplayer";name: "smplayer";command: "smplayer";repo: "";icon: "img/smplayer.png";} |