CVS commit by staikos: This address is unrelated to tiles and confusing to users. Remove it. M +1 -1 main.cpp 1.3 --- kdegames/kmahjongg/main.cpp #1.2:1.3 @@ -16,5 +16,5 @@ int main( int argc, char** argv ) aboutData.addAuthor("David Black", I18N_NOOP("Rewrite and Extension"), "david.black@lutris.com"); aboutData.addAuthor("Michael Haertjens", I18N_NOOP("Solvable game generation\nbased on algorithm by Michael Meeks in GNOME mahjongg"), "mhaertjens@modusoperandi.com"); - aboutData.addAuthor("Osvaldo Stark", I18N_NOOP("Tile set contributor and web page maintainer"), "starko@dnet.it", "http://freeweb.dnet.it/kmj/"); + aboutData.addAuthor("Osvaldo Stark", I18N_NOOP("Tile set contributor and web page maintainer"), "starko@dnet.it"); aboutData.addCredit("Benjamin Meyer", I18N_NOOP("Code cleanup"), "ben@meyerhome.net");