summaryrefslogtreecommitdiffstats
path: root/l10ntools/source/gLexSrc.l
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/gLexSrc.l')
-rw-r--r--l10ntools/source/gLexSrc.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/gLexSrc.l b/l10ntools/source/gLexSrc.l
index a4bf5a7a73bf..f2cedf4e70d6 100644
--- a/l10ntools/source/gLexSrc.l
+++ b/l10ntools/source/gLexSrc.l
@@ -98,7 +98,7 @@ f
<ID>{IDENT} {
- LOCptr->setName(LOCptr->copySource(yytext));
+ LOCptr->setName(LOCptr->copySource(yytext), true);
BEGIN(INITIAL);
}
@@ -178,7 +178,7 @@ f
<CMD>{IDENT} {
- LOCptr->setName(LOCptr->copySource(yytext));
+ LOCptr->setName(LOCptr->copySource(yytext),false);
BEGIN(INITIAL);
}