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