Skip to content

Commit

Permalink
Change accelerator for "Disconnect" entry
Browse files Browse the repository at this point in the history
Using "c" is in conflict the the "Ctrl" entry, so we need to pick
something else here.

This was a regression introduced in 44b085a.
  • Loading branch information
CendioOssman committed Aug 21, 2023
1 parent 4cef5c9 commit 8b6e43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vncviewer/Viewport.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1248,7 +1248,7 @@ void Viewport::initContextMenu()
{
contextMenu->clear();

fltk_menu_add(contextMenu, p_("ContextMenu|", "Dis&connect"),
fltk_menu_add(contextMenu, p_("ContextMenu|", "Disconn&ect"),
0, NULL, (void*)ID_DISCONNECT, FL_MENU_DIVIDER);

fltk_menu_add(contextMenu, p_("ContextMenu|", "&Full screen"),
Expand Down

0 comments on commit 8b6e43e

Please sign in to comment.