Skip to content

Commit

Permalink
RadioGUI: Corrected map window mouse-btn hint
Browse files Browse the repository at this point in the history
  • Loading branch information
hbeni committed Oct 2, 2020
1 parent b4d4879 commit 51e016a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public void itemStateChanged(ItemEvent e) {
panel.add(panelTop, BorderLayout.NORTH);
panel.add(panelBottom, BorderLayout.SOUTH);
JLabel helpLabel = new JLabel("Left mouse click selects position. \nUse right mouse button to move,\n "
+ "left double click or mouse wheel to zoom.");
+ " and mouse wheel to zoom.");
helpPanel.add(helpLabel);


Expand Down

0 comments on commit 51e016a

Please sign in to comment.