~ubuntu-branches/ubuntu/raring/ggz-gtk-client/raring

« back to all changes in this revision

Viewing changes to ggz-gtk/about.c

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2003-12-01 00:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20031201000000-so3nhged1kcklv65
Tags: 0.0.7-1
* New upstream release
* Adjust menu file to use approved menu locations,
Closes: #201137

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
        status = about_draw_text(background, "GGZ Gaming Zone", font1, Yloc,
201
201
                                 TRUE);
202
202
 
203
 
        status = about_draw_text(background, VERSION, font2, Yloc, FALSE);
 
203
        status = about_draw_text(background, PACKAGE_VERSION, font2, Yloc, FALSE);
204
204
 
205
205
        status = about_draw_text(background, "(C) 1999, 2000, 2001", font2,
206
206
                                 Yloc, FALSE);