Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Oct 6, 2024
1 parent 3052330 commit 16deb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions win32/global.c
Original file line number Diff line number Diff line change
Expand Up @@ -782,10 +782,10 @@ handle_widget_initmenu_events(dWM_HANDLER, UINT msg)
hiStage = true;
ev->gen. H = mwd-> menu;
if ( m ) {
ev->cmd = cmMenuEnter;
} else {
ev->cmd = cmMenu;
ev->gen. i = m-> id;
} else {
ev->cmd = cmMenuEnter;
}
}
if (( msg == WM_INITMENUPOPUP) && ( m == NULL))
Expand Down

0 comments on commit 16deb1f

Please sign in to comment.