repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 6.4-15
[LibreOffice.git]
/
uitest
/
ui_logger_dsl
/
starter_commands.tx
blob
93fb0c2e0ab70d7603101116fde4f4b1015e4464
1
//this file for the starters commands when you open any LO application
2
//It's translate automatic that the button you push to open the app is a starter button
3
4
StarterCommand:
5
'Start' program_name=Program
6
;
7
8
9
Program:
10
"writer"|"calc"|"impress"|"draw"|"math"|"database"
11
;
12
13