01af2d7122
Change-Id: I41023dd1fd06ca48849726d3372f74a4990c27a3
13 lines
277 B
Text
13 lines
277 B
Text
//this file for the starters commands when you open any LO application
|
|
//It's translate automatic that the button you push to open the app is a starter button
|
|
|
|
StarterCommand:
|
|
'Start' program_name=Program
|
|
;
|
|
|
|
|
|
Program:
|
|
"writer"|"calc"|"impress"|"draw"|"math"|"database"
|
|
;
|
|
|
|
|