summaryrefslogtreecommitdiff
path: root/fml/doc/en/tutorial/command
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-03-12 14:05:04 +0000
committerfukachan <fukachan>2004-03-12 14:05:04 +0000
commit6b204232e982319bfcbda7c9073a225a09bacf0d (patch)
tree0bbf6aef3c4c15d2a111fee8052392919620030d /fml/doc/en/tutorial/command
parentb1d265f38dfbf5e9a7c0a0be8562f85224626237 (diff)
downloadfml8-6b204232e982319bfcbda7c9073a225a09bacf0d.tar.gz
fml8-6b204232e982319bfcbda7c9073a225a09bacf0d.tar.bz2
fml8-6b204232e982319bfcbda7c9073a225a09bacf0d.zip
reply_message_charset_en
Diffstat (limited to 'fml/doc/en/tutorial/command')
-rw-r--r--fml/doc/en/tutorial/command/internal.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/command/internal.sgml b/fml/doc/en/tutorial/command/internal.sgml
index 75a4785f..f6b4ccc9 100644
--- a/fml/doc/en/tutorial/command/internal.sgml
+++ b/fml/doc/en/tutorial/command/internal.sgml
@@ -1,5 +1,5 @@
<!--
- $FML: internal.sgml,v 1.1 2003/07/29 12:13:54 fukachan Exp $
+ $FML: internal.sgml,v 1.2 2003/08/02 03:05:53 fukachan Exp $
$jaFML: internal.sgml,v 1.6 2003/04/15 14:51:36 fukachan Exp $
-->
@@ -36,7 +36,7 @@ sub process
{
my ($self, $curproc, $optargs) = @_;
my $config = $curproc->{ config };
- my $charset = $config->{ reply_message_charset };
+ my $charset = $config->{ reply_message_charset_en };
my $help_file = $config->{ help_file };
# template substitution: kanji code, $varname expansion et. al.