gambas-source-code/app/examples/Database/MySQLExample/.action/FQuery.action

15 lines
224 B
Text
Raw Normal View History

# Gambas Action File 3.0
{ Actions
{ Action NewTab
Text = "New Query"
Shortcut = "Ctrl+N"
Picture = "icons/16/ResultTab.png"
}
{ Action Run
Text = "Run query"
Picture = "icons/16/Query.png"
}
}