11 lines
144 B
Plaintext
Raw Normal View History

# Gambas Action File 3.0
{ Actions
{ Action Form_Close()
Text = "beenden"
Shortcut = "Ctrl+End"
Picture = "icon:/16/quit"
}
}