summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2002-05-22 00:25:36 +0000
committerMikael Hallendal <hallski@src.gnome.org>2002-05-22 00:25:36 +0000
commit51929c5c28f81bf6653efe3f9a9d9a019fff65d5 (patch)
tree3e7eb3fd54b5e2254fc529c163aef7020ab03d77
parentb5ee5f856c41b35a7e31fcd37b703aab858a3384 (diff)
downloadyelp-51929c5c28f81bf6653efe3f9a9d9a019fff65d5.tar.gz
- fixed copyright notice in about dialog. Thanks menthos.
2002-05-22 Mikael Hallendal <micke@codefactory.se> * src/yelp-window.c (window_about_cb): - fixed copyright notice in about dialog. Thanks menthos.
-rw-r--r--.cvsignore2
-rw-r--r--ChangeLog3
-rw-r--r--src/.cvsignore1
-rw-r--r--src/yelp-window.c2
4 files changed, 7 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index 3f5693ed..2209cc9a 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -17,4 +17,6 @@ intltool-*
ltmain.sh
yelp.desktop
stamp-h1
+yelp-*.tar.gz
+core*
diff --git a/ChangeLog b/ChangeLog
index d0380b29..6207161e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2002-05-22 Mikael Hallendal <micke@codefactory.se>
+ * src/yelp-window.c (window_about_cb):
+ - fixed copyright notice in about dialog. Thanks menthos.
+
* src/test-reader.c:
(main): call yelp_reader_new with TRUE for async.
(data_cb): swapped buffer and len arguments.
diff --git a/src/.cvsignore b/src/.cvsignore
index ae340d66..dbea3feb 100644
--- a/src/.cvsignore
+++ b/src/.cvsignore
@@ -15,3 +15,4 @@ test-reader
yelp-marshal.c
yelp-marshal.h
yelp
+core*
diff --git a/src/yelp-window.c b/src/yelp-window.c
index 2c2ff568..d11225b1 100644
--- a/src/yelp-window.c
+++ b/src/yelp-window.c
@@ -567,7 +567,7 @@ window_about_cb (gpointer data, guint section, GtkWidget *widget)
gchar *translator_credits = _("translator_credits");
about = gnome_about_new (PACKAGE, VERSION,
- "(C) 2001-2002 Mikael Hallendal <micke@codefactory.se>",
+ "Copyright 2001-2002 Mikael Hallendal <micke@codefactory.se>",
_("Help Browser for GNOME 2.0"),
authors,
NULL,