added two more contributors

This commit is contained in:
Hauke Schade 2015-02-20 18:11:33 +01:00
parent c99dd6c7d6
commit 88afe069fb
3 changed files with 5 additions and 2 deletions

View file

@ -10,3 +10,5 @@ CONTRIBUTORS
- Silviu Vulcan (silviuvulcan)
- Michael Käufl (michael-k)
- Patrik Nilsson (AsavarTzeth)
- Alexey (lewa)
- clovis86

View file

@ -33,7 +33,7 @@ MenuItem {
donateurl: constant.donateUrl,
text: qsTr("Author: %1").arg("Hauke Schade 2012-2014") + "<br/>"
+ qsTr("Thanks to:") + " "
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson",
+ "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson, Alexey, clovis86",
homepageurl: constant.website,
issuetrackertext: qsTr("If you encounter bugs or have feature requests, please visit the Issue Tracker"),
issuetrackerurl: constant.issueTrackerUrl

View file

@ -123,7 +123,8 @@ Page {
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.pixelSize: Theme.fontSizeSmall
text: "Francois Cattin, Jakub Kožíšek, Alberto Mardegan, "
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, Patrik Nilsson"
+ "gwmgdemj, equeim, Silviu Vulcan, Michael Käufl, "
+ "Patrik Nilsson, Alexey, clovis86"
}
// -- Feature Requests & Bugs --