mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
first checkin
This commit is contained in:
parent
c34d715f2d
commit
1f9f72c121
1 changed files with 36 additions and 0 deletions
36
xwords4/franklin/xwords4.atts
Normal file
36
xwords4/franklin/xwords4.atts
Normal file
|
@ -0,0 +1,36 @@
|
|||
#
|
||||
# This file contains attributes common to all things.
|
||||
#
|
||||
# Format is: NAME|permissions|VALUE
|
||||
|
||||
# Set these attributes to your desired MOM object name
|
||||
#
|
||||
_PUB|global+read-only|"Eric_House"
|
||||
_NAME|global+read-only|"xwords4"
|
||||
|
||||
# If your object has an icon, this attribute sets the icon label text
|
||||
# Restrictions: two rows of 9 characters, spaces break to the next line.
|
||||
# This example "GUI Test App" will appear as two lines: "GUI Test" and "App"
|
||||
_ITXT|global|"Cross- words 4"
|
||||
|
||||
# Launcher flag characters:
|
||||
# S = launch after sync
|
||||
# B = launch on boot
|
||||
# If this attribute is omitted, the app is never launched automatically.
|
||||
#_LFLAGS|global+read-only|"SB"
|
||||
|
||||
|
||||
#
|
||||
# The attributes below should rarely have to change
|
||||
#
|
||||
|
||||
# Launcher category setting
|
||||
_LCAT|nosign+global|"PROGRAMS"
|
||||
|
||||
# file extension
|
||||
_EXT|global+read-only|"fxe"
|
||||
|
||||
# system permissions, apps are read-only, take off the "read-only"
|
||||
# for read/write permission
|
||||
_PERM|global+read-only|x"00000000"
|
||||
|
Loading…
Add table
Reference in a new issue