Skip to content

Commit

Permalink
Add -show-dialog and -show-compare-as-menu command line options (6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed May 28, 2023
1 parent e9a925b commit 8c5ee42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Src/Merge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ BOOL CMergeApp::InitInstance()
}
if (cmdInfo.m_bShowCompareAsMenu)
{
cmdInfo.m_bShowCompareAsMenu = false;
if (!ShowCompareAsMenu(cmdInfo))
return FALSE;
}
Expand Down

0 comments on commit 8c5ee42

Please sign in to comment.