Proposed mrproject patch

Christian Neumair <[email protected]> 09 Feb 2003 21:48:01 +0100
Newsgroups gmane.comp.gnome.apps.mr-project.devel
Message-ID <[email protected]>
Hi there!
The attached patch fixes mrproject's mime info. It will add two new
strings.
May I commit it?

regs,
 Chris
mrproject.diff (text/x-patch, 1.2 KB)
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	30 Dec 2002 10:51:26 -0000
@@ -889,7 +889,7 @@
 	logo = gdk_pixbuf_new_from_file (IMAGEDIR "/about-logo.png", NULL);
 
 	about = gnome_about_new ("MrProject", VERSION,
-				 _("(C) 2001 - 2002 CodeFactory AB"),
+				 "Copyright \xc2\xa9 2001-2002 CodeFactory AB",
 				 _("A Project Management application for the GNOME desktop"),
 				 authors,
 				 NULL,
Index: src/app/mg-main.c
===================================================================
RCS file: /cvs/gnome/mrproject/src/app/mg-main.c,v
retrieving revision 1.23
diff -u -r1.23 mg-main.c
--- src/app/mg-main.c	17 Dec 2002 19:52:35 -0000	1.23
+++ src/app/mg-main.c	30 Dec 2002 10:51:26 -0000
@@ -84,7 +84,7 @@
 				      argc, argv,
 				      GNOME_PROGRAM_STANDARD_PROPERTIES,
 				      GNOME_PARAM_POPT_TABLE, options,
-				      GNOME_PARAM_HUMAN_READABLE_NAME, _("MrProject"),
+				      GNOME_PARAM_HUMAN_READABLE_NAME, "MrProject",
 				      NULL);
 
 	g_object_get (G_OBJECT (program),