[glib/new-gsettings] Add context attribute to DTD
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/new-gsettings] Add context attribute to DTD
- Date: Fri, 16 Apr 2010 23:05:52 +0000 (UTC)
commit 2a1e22840809a4e04f21a2d36c29db5382b322d3
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Apr 16 19:03:50 2010 -0400
Add context attribute to DTD
gio/gsettings.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/gio/gsettings.c b/gio/gsettings.c
index 4c81aca..435716c 100644
--- a/gio/gsettings.c
+++ b/gio/gsettings.c
@@ -79,7 +79,9 @@
* <!ELEMENT default (#PCDATA) >
* <!-- the presence of the l10n attribute marks a default value for
* translation, its value is the gettext category to use -->
- * <!ATTLIST default l10n (messages|time) #IMPLIED >
+ * <!-- if context is present, it specifies msgctxt to use -->
+ * <!ATTLIST default l10n (messages|time) #IMPLIED
+ * context CDATA #IMPLIED >
*
* <!ELEMENT summary (#PCDATA) >
* <!ELEMENT description (#PCDATA) >
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]