In the wxruby samples there is a file called dialogs.rb.

When setting up the menu on the windows a bunch of lines of the form

file_menu_appen d (DIALOGS_CHOOSE _COLOR, "&Choose colour")

exist. What does the ampersand inside the string do?

Ann