summaryrefslogtreecommitdiff
path: root/specs/Template_widget_source_file.xml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/Template_widget_source_file.xml')
-rw-r--r--specs/Template_widget_source_file.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/specs/Template_widget_source_file.xml b/specs/Template_widget_source_file.xml
index 62ad1b6..ca00e56 100644
--- a/specs/Template_widget_source_file.xml
+++ b/specs/Template_widget_source_file.xml
@@ -40,7 +40,7 @@ static XtActionsRec actions[] =
};
static char translations[] =
-" <Key>: template(\|) \\n\\
+" <Key>: template( ) \\n\\
";
TemplateClassRec templateClassRec = {
@@ -140,8 +140,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 -->