summaryrefslogtreecommitdiff
path: root/specs/Template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/Template.xml')
-rw-r--r--specs/Template.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/specs/Template.xml b/specs/Template.xml
index d9e2fc5..c8b8810 100644
--- a/specs/Template.xml
+++ b/specs/Template.xml
@@ -96,9 +96,9 @@ convenience procedures, so we need to add
#define XtNdrawingColor2 "drawingColor2"
#define XtNexposeCallback "exposeCallback"
-extern Pixel WindowColor1(\|/* Widget */\|);
-extern Pixel WindowColor2(\|/* Widget */\|);
-extern Font\ \ WindowFont(\|/* Widget */\|);
+extern Pixel WindowColor1( /* Widget */ );
+extern Pixel WindowColor2( /* Widget */ );
+extern Font\ \ WindowFont( /* Widget */ );
<!-- .CE -->
</literallayout>
<para>
@@ -239,7 +239,7 @@ static XtActionsRec actions[] =
};
static char translations[] =
-" &lt;Key&gt;: template(\|) \\n\\
+" &lt;Key&gt;: template(&#x2006;) \\n\\
";
TemplateClassRec templateClassRec = {
@@ -339,8 +339,8 @@ and the default input binding will be to execute the input callbacks on
</para>
<literallayout class="monospaced">
static char translations[] =
-" &lt;Key&gt;: input(\|) \\n\\
- &lt;BtnDown&gt;: input(\|) \\
+" &lt;Key&gt;: input(&#x2006;) \\n\\
+ &lt;BtnDown&gt;: input(&#x2006;) \\
";
</literallayout>
<!-- .CE -->