From kde-commits Wed Apr 30 23:03:59 2003 From: George Staikos Date: Wed, 30 Apr 2003 23:03:59 +0000 To: kde-commits Subject: kdegames/kmahjongg X-MARC-Message: https://marc.info/?l=kde-commits&m=105174384531477 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");