~ubuntu-branches/ubuntu/intrepid/gperiodic/intrepid

« back to all changes in this revision

Viewing changes to gperiodic.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale)
  • Date: 2008-06-30 22:19:12 UTC
  • mfrom: (3.1.7 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080630221912-8t8miiuka5g9j8zo
Tags: 2.0.10-5
* debian/patches/11_remove_DEPRECATED_flags_for_GTK_2_4.dpatch: Adjusted.
  - gperiodic.c (main_prog): Conditionally use non-deprecated GTK functions
    (closes: #488612).
  - gperiodic.h (table_entry): Ditto.
* debian/patches/18_488461_update_Uun_and_Uuu.dpatch: Added.
  - table_data.h: Fixed Ununnilium (Uun) and Unununium (Uuu) data (closes:
    #488461).
* debian/patches/19_488469_use_appropriate_menu_icons.dpatch: Added.
  - gperiodic.c (main_prog): Fixed icons for About and Quit (closes:
    #488469).
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
#  define _DBG(a)
94
94
#endif
95
95
 
 
96
/************************************************************************************************/
 
97
/*                                      ABOUT INFO                                              */
 
98
/************************************************************************************************/
 
99
 
 
100
#define PROGNAME "gperiodic"
 
101
#define COPYRIGHT N_("Copyright (C) 2000 Jonas Frantz")
 
102
#define COMMENTS N_("This program shows the periodic table of elements and information about these elements")
 
103
#define LICENSE N_("gperiodic is free software; you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation; either version 2 of the License, or\n(at your option) any later version.\n\ngperiodic is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\n")
 
104
#define HOMEPAGEURL "http://www.frantz.fi/software/gperiodic.php"
 
105
#define HOMEPAGELABEL "gperiodic homepage"
 
106
#define AUTHORS {"Jonas Frantz", "Kyle R. Burton", "Arno W. Peters", "Costantino Ceoldo", NULL}
 
107
 
 
108