diff options
author | Jacob Berkman <jberkman@andrew.cmu.edu> | 1999-07-11 17:17:40 +0000 |
---|---|---|
committer | Jacob Berkman <jberkman@src.gnome.org> | 1999-07-11 17:17:40 +0000 |
commit | 312e8ae745541d8a3441e552e3a8a47a1f7cde38 (patch) | |
tree | 2c4b86471a5ad5e1fc23181acdc0a0fdf9594baa /gkb | |
parent | 7ee7265bee8b49da0deb0748e3d1a70667f76ddb (diff) |
pass VERSION to applet_widget_init
1999-07-11 Jacob Berkman <jberkman@andrew.cmu.edu>
* diskusage/diskusage.c (main): pass VERSION to applet_widget_init
* another_clock/another_clock.c (cb_about):
* gkb/gkb.c (about_cb):
* webcontrol/webcontrol.c (about_cb):
* life/life.c (about): Use VERSION in about box
* fifteen/fifteen.c (about): Use VERSION
* mini-commander/src/about.c (aboutBox): use VERSION
* mini-commander/src/mini-commander_applet.h: remove
'EXTERNAL_VERSION'
Diffstat (limited to 'gkb')
-rw-r--r-- | gkb/gkb.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -525,7 +525,7 @@ about_cb (AppletWidget *widget, } gkb->aboutbox = gnome_about_new (_("The GNOME KeyBoard Applet"), - _("1.0.5"), + VERSION, _("(C) 1998-99 LSC - Linux Supporting Center"), (const char **)authors, _("This applet switches between " |