Skip to content

Commit

Permalink
jcc: fix location of windows menu
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Dec 16, 2023
1 parent 587699c commit edde8f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code_crusader/release/doc/ChangeLog.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ <h2>7.1.3</h2>

<ul>
<li>Added Windows key shortcuts to most menu items.</li>

<li>Fixed regression so it again warns when opening binary files.</li>
</ul>


Expand Down
1 change: 1 addition & 0 deletions code_medic/code/CommandDirector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -744,6 +744,7 @@ CommandDirector::CreateWindowsMenuAndToolBar
)
{
auto* wdMenu = GetApplication()->CreateWindowsMenu(menuBar);
menuBar->InsertMenuBefore(prefsMenu, wdMenu);

toolBar->LoadPrefs(upgradeToolBarID);
if (toolBar->IsEmpty())
Expand Down

0 comments on commit edde8f1

Please sign in to comment.