~ubuntu-branches/ubuntu/intrepid/gnome-games/intrepid

« back to all changes in this revision

Viewing changes to gnometris/tetris.cpp

  • Committer: Package Import Robot
  • Author(s): Andreas Moog
  • Date: 2008-09-22 17:54:28 UTC
  • mfrom: (1.1.57)
  • Revision ID: package-import@ubuntu.com-20080922175428-ok8zj75pi3r9kzwk
Tags: 1:2.24.0-0ubuntu1
* New Upstream release: (LP: #273185)
  - This is the Gnome 2.24 stable release. This update brings translation
    updates over the previous release candidates.
  - Translations:
    Nickolay V. Shmyrev, Yuri Myasoedov, rsedak, claudep, mateju, 
    jorgegonz, sandeeps, Mario Blättermann, Gintautas Miliauskas, 
    bcicek, Milo Casagrande, lferrett, Khaled Hosny, djihed, 
    Gabor Kelemen, ifelix, Alexander Shopov, Anas Afif Emad, 
    gforcada, kennethn, amitakhya, dnylande, Inaki Larrañaga Murgoitio, 
    pgeyleg, bobmauchin, simos, pkst, grakic, Miloš Popović, Philipp 
    Kerling, Mugurel Tudor, Mişu Moldovan, Lucas Lommer, Petr Kovar
* debian/patches:
  - updated 01_lpi.patch to apply cleanly
  - updated 70_autotools.patch to apply to new version 
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1372
1372
{
1373
1373
        Tetris *t = (Tetris*) d;
1374
1374
 
1375
 
        const gchar * const authors[] = { "J. Marcin Gorycki", NULL };
 
1375
        const gchar * const authors[] = { "Gnome Games Team", NULL };
1376
1376
 
1377
1377
        const gchar * const documenters[] = { "Angela Boyle", NULL };
1378
1378
 
1386
1386
#endif
1387
1387
                               "version", VERSION,
1388
1388
                               "comments", _("A classic game of fitting falling blocks together.\n\nGnometris is a part of GNOME Games."),
1389
 
                               "copyright", "Copyright \xc2\xa9 1999-2008 J. Marcin Gorycki",
 
1389
                               "copyright", "Copyright \xc2\xa9 1999 J. Marcin Gorycki, 2000-2008 Others",
1390
1390
                               "license", license,
1391
1391
                               "website-label", _("GNOME Games web site"),
1392
1392
                               "authors", authors,