summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2006-02-27 00:27:13 +0000
committerGlynn Foster <gman@src.gnome.org>2006-02-27 00:27:13 +0000
commit56fd614038f4995db5ae447c1ee4543b843a473a (patch)
tree7742824af72b06608df7ff61d8c9ff5f4676f917
parentd9ed971382a612f2ff58b73a0062493899a354dd (diff)
downloadgnome-desktop-56fd614038f4995db5ae447c1ee4543b843a473a.tar.gz
gnome-about --version previously gave 1.0, which was a bit embarassing.
2006-02-27 Glynn Foster <glynn.foster@sun.com> * gnome-about.c: (main): gnome-about --version previously gave 1.0, which was a bit embarassing. Fix this.
-rw-r--r--gnome-about/ChangeLog6
-rw-r--r--gnome-about/gnome-about.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/gnome-about/ChangeLog b/gnome-about/ChangeLog
index 5cf5dfc4..c397f32e 100644
--- a/gnome-about/ChangeLog
+++ b/gnome-about/ChangeLog
@@ -1,3 +1,9 @@
+2006-02-27 Glynn Foster <glynn.foster@sun.com>
+
+ * gnome-about.c: (main): gnome-about --version
+ previously gave 1.0, which was a bit embarassing. Fix
+ this.
+
==================== 2.13.91 ====================
==================== 2.13.90 ====================
diff --git a/gnome-about/gnome-about.c b/gnome-about/gnome-about.c
index 10e4d610..6196ed8c 100644
--- a/gnome-about/gnome-about.c
+++ b/gnome-about/gnome-about.c
@@ -1194,7 +1194,7 @@ main (int argc, char **argv)
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
textdomain (GETTEXT_PACKAGE);
- gnome_program_init ("gnome-about", "1.0",
+ gnome_program_init ("gnome-about", VERSION,
LIBGNOMEUI_MODULE,
argc, argv, NULL);
gnome_window_icon_set_default_from_file (GNOME_ICONDIR