Skip to content

Commit eb4e1cc

Browse files
committed
fixed adm
1 parent e69d0bc commit eb4e1cc

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

adm/dovo.adm

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
CLASS MACHINE
2-
CATEGORY "FrontMotion"
3-
CATEGORY "dovo"
4-
5-
KEYNAME "Software\Policies\FrontMotion\dovo"
2+
CATEGORY "FrontMotion"
3+
CATEGORY "dovo"
4+
5+
KEYNAME "Software\Policies\FrontMotion\dovo"
66
#if version >= 5
7-
POLICY "Destinations"
8-
EXPLAIN !!Destinations_Explain
9-
PART Destinations LISTBOX
10-
VALUEPREFIX ""
11-
KEYNAME "Software\Policies\FrontMotion\dovo\Destinations"
12-
END PART
13-
END POLICY
14-
#else
7+
POLICY "Destinations"
8+
EXPLAIN !!Destinations_Explain
9+
PART Destinations LISTBOX
10+
VALUEPREFIX ""
11+
KEYNAME "Software\Policies\FrontMotion\dovo\Destinations"
12+
END PART
13+
END POLICY
14+
#endif
15+
#if version < 5
1516
POLICY "Destinations"
1617
EXPLAIN !!Destinations_Explain
1718
KEYNAME "Software\Policies\FrontMotion\dovo\Destinations"
@@ -35,9 +36,9 @@ CLASS MACHINE
3536
END PART
3637
END POLICY
3738
#endif
38-
39-
END CATEGORY
39+
40+
END CATEGORY
4041
END CATEGORY
4142

4243
[strings]
43-
Destinations_Explain="Each entry is a comma delimited list. The format is "displayname,host,port,aetitle,ouraetitle". The display name will be visible to the user. Host can be a host name or ip address. AE Title can be a maximum of 16 characters."
44+
Destinations_Explain="Each entry is a comma delimited list. The format is "displayname,host,port,aetitle,ouraetitle". The display name will be visible to the user. Host can be a host name or ip address. AE Title can be a maximum of 16 characters."

0 commit comments

Comments
 (0)