fix right diff action on Command menus

This commit is contained in:
thrust26 2020-04-02 16:26:56 +02:00
parent e91bc140cd
commit 541a40c44b
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ CommandDialog::CommandDialog(OSystem& osystem, DialogContainer& parent)
wid.push_back(myColorButton);
myLeftDiffButton = ADD_CD_BUTTON("", kLeftDiffCmd);
wid.push_back(myLeftDiffButton);
myRightDiffButton = ADD_CD_BUTTON("", kLeftDiffCmd);
myRightDiffButton = ADD_CD_BUTTON("", kRightDiffCmd);
wid.push_back(myRightDiffButton);
// Column 2

View File

@ -67,7 +67,7 @@ MinUICommandDialog::MinUICommandDialog(OSystem& osystem, DialogContainer& parent
wid.push_back(myColorButton);
myLeftDiffButton = ADD_CD_BUTTON("", kLeftDiffCmd);
wid.push_back(myLeftDiffButton);
myRightDiffButton = ADD_CD_BUTTON("", kLeftDiffCmd);
myRightDiffButton = ADD_CD_BUTTON("", kRightDiffCmd);
wid.push_back(myRightDiffButton);
// Column 2