diff options
author | Alexey Kulakov <panda75@bk.ru> | 2014-02-06 21:11:26 +0000 |
---|---|---|
committer | Alexey Kulakov <panda75@bk.ru> | 2014-02-06 21:11:26 +0000 |
commit | 058973a91233331071d73ee24689b0bfaf235e12 (patch) | |
tree | 21ebb20ae45e525505af51c6d0c4361efb5b3bb9 /plugins/Actman30/i_cnst_ini.inc | |
parent | 1d36b46acc0ce0374a588e03e0bc00c1fd4e347b (diff) |
Actman 3.0: added INI action type
(still not full sync with private repo)
git-svn-id: http://svn.miranda-ng.org/main/trunk@8056 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Actman30/i_cnst_ini.inc')
-rw-r--r-- | plugins/Actman30/i_cnst_ini.inc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/Actman30/i_cnst_ini.inc b/plugins/Actman30/i_cnst_ini.inc new file mode 100644 index 0000000000..85212e9c56 --- /dev/null +++ b/plugins/Actman30/i_cnst_ini.inc @@ -0,0 +1,13 @@ +{INI file processing}
+const
+ IDC_INI_READ = 2701;
+ IDC_INI_WRITE = 2702;
+ IDC_INI_DELETE = 2703;
+ IDC_INI_PATH = 2704;
+ IDC_INI_INIBTN = 2705;
+ IDC_INI_SECTION = 2706;
+ IDC_INI_PARAM = 2707;
+ IDC_INI_TYPE = 2708;
+ IDC_INI_VALUE = 2709;
+ IDC_INI_LR = 2710;
+ IDC_INI_UTF = 2711;
|