Patch attached - may I commit it?
Christian Neumair <[email protected]> 22 Dec 2002 12:45:25 +0100
| Newsgroups | gmane.comp.gnome.apps.mr-project.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there! This mail contains a patch for the MrProject about dialog. Hereby I'm asking for permission to commit it. For details on the new copyright string format check #101346 (GNOME Bugzilla). Please CC me as I'm not on this list. regs, Chris
MrProject.copyrightfixes.diff
(text/x-patch, 718 B)
Index: src/app/mg-main-window.c
===================================================================
RCS file: /cvs/gnome/mrproject/src/app/mg-main-window.c,v
retrieving revision 1.82
diff -u -r1.82 mg-main-window.c
--- src/app/mg-main-window.c 18 Dec 2002 23:19:37 -0000 1.82
+++ src/app/mg-main-window.c 22 Dec 2002 11:36:08 -0000
@@ -888,8 +888,8 @@
logo = gdk_pixbuf_new_from_file (IMAGEDIR "/about-logo.png", NULL);
- about = gnome_about_new ("MrProject", VERSION,
- _("(C) 2001 - 2002 CodeFactory AB"),
+ about = gnome_about_new (_("MrProject"), VERSION,
+ "Copyright \xc2\xa9 2001-2002 CodeFactory AB",
_("A Project Management application for the GNOME desktop"),
authors,
NULL,