summaryrefslogtreecommitdiff
path: root/l10ntools/source/common.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/common.cxx')
-rw-r--r--l10ntools/source/common.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/l10ntools/source/common.cxx b/l10ntools/source/common.cxx
index 304f44c224bf..b143a7c8e4cf 100644
--- a/l10ntools/source/common.cxx
+++ b/l10ntools/source/common.cxx
@@ -37,6 +37,7 @@ bool handleArguments(
else if ( OString( argv[ i ] ).toAsciiUpperCase() == "-M" )
{
nState = STATE_MERGESRC; // next token specifies the merge database
+ o_aHandledArgs.m_bMergeMode = true;
}
else if ( OString( argv[ i ] ).toAsciiUpperCase() == "-L" )
{
@@ -63,7 +64,6 @@ bool handleArguments(
case STATE_MERGESRC:
{
o_aHandledArgs.m_sMergeSrc = OString( argv[i] );
- o_aHandledArgs.m_bMergeMode = true;
}
break;
case STATE_LANGUAGES: