diff options
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/delphi/m_actman.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/ExternalAPI/delphi/m_actman.inc b/plugins/ExternalAPI/delphi/m_actman.inc index 5f0089a60c..630e82767b 100644 --- a/plugins/ExternalAPI/delphi/m_actman.inc +++ b/plugins/ExternalAPI/delphi/m_actman.inc @@ -5,6 +5,9 @@ //const MIID_ACTMANAGER:MUUID='{9584DA04-FB4F-40c1-9325-E4F9CAAFCB5D}';
const
+ DBBranch = 'ActMan';
+
+const
AutoStartName:PWideChar = '#Autostart';
const
// Get list service (full share)
|