Proposed libmrproject patch
Christian Neumair <[email protected]> 24 Feb 2003 15:50:46 +0100
| Newsgroups | gmane.comp.gnome.apps.mr-project.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi there! The attached patch marks "Default" in mrproject/mrp-project.c for translation. It will add one new string. May I commit it? regs, Chris
libmrproject.default.diff
(text/x-patch, 625 B)
Index: mrproject/mrp-project.c
===================================================================
RCS file: /cvs/gnome/libmrproject/mrproject/mrp-project.c,v
retrieving revision 1.96
diff -u -r1.96 mrp-project.c
--- mrproject/mrp-project.c 14 Feb 2003 14:52:27 -0000 1.96
+++ mrproject/mrp-project.c 24 Feb 2003 14:29:10 -0000
@@ -431,7 +431,7 @@
"project", project,
NULL);
- calendar = mrp_calendar_derive ("Default", priv->root_calendar);
+ calendar = mrp_calendar_derive (_("Default"), priv->root_calendar);
project_set_calendar (project, calendar);
project_setup_default_calendar (project);