diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:00:20 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2017-12-06 13:09:18 +0300 |
commit | 62202ed10617927d5429bc59898e12a366abe744 (patch) | |
tree | 4960bf1241b59cf009118da6cdab87294b1a95e1 /plugins/Utils.pas | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/Utils.pas')
-rw-r--r-- | plugins/Utils.pas/editwrapper.rc | 2 | ||||
-rw-r--r-- | plugins/Utils.pas/mApicard.rc | 2 | ||||
-rw-r--r-- | plugins/Utils.pas/structopts.rc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Utils.pas/editwrapper.rc b/plugins/Utils.pas/editwrapper.rc index 663f64194e..74a49733f0 100644 --- a/plugins/Utils.pas/editwrapper.rc +++ b/plugins/Utils.pas/editwrapper.rc @@ -1,4 +1,4 @@ -#include "i_text_const.inc"
+#include "i_text_const.inc"
LANGUAGE 0,0
diff --git a/plugins/Utils.pas/mApicard.rc b/plugins/Utils.pas/mApicard.rc index e4d1431e8f..e9e569a9b6 100644 --- a/plugins/Utils.pas/mApicard.rc +++ b/plugins/Utils.pas/mApicard.rc @@ -1,4 +1,4 @@ -#include "i_card_const.inc"
+#include "i_card_const.inc"
LANGUAGE 0,0
diff --git a/plugins/Utils.pas/structopts.rc b/plugins/Utils.pas/structopts.rc index f4ee41cc7a..61fe1dcebc 100644 --- a/plugins/Utils.pas/structopts.rc +++ b/plugins/Utils.pas/structopts.rc @@ -1,4 +1,4 @@ -#include "i_struct_const.inc"
+#include "i_struct_const.inc"
LANGUAGE 0,0
|