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/SpellChecker/Flags | |
parent | b30e7ca1c642a3f88659a4346832e653407e1c0f (diff) |
convert all files exept curl and new_gpg to utf-8 BOM
Diffstat (limited to 'plugins/SpellChecker/Flags')
-rw-r--r-- | plugins/SpellChecker/Flags/docs/readme.txt | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/Flags/res/Version.rc | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/Flags/res/flags.rc | 2 | ||||
-rw-r--r-- | plugins/SpellChecker/Flags/src/version.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/plugins/SpellChecker/Flags/docs/readme.txt b/plugins/SpellChecker/Flags/docs/readme.txt index d20182b7c2..30b177639b 100644 --- a/plugins/SpellChecker/Flags/docs/readme.txt +++ b/plugins/SpellChecker/Flags/docs/readme.txt @@ -1,4 +1,4 @@ -flag icons - famfamfam.com
+flag icons - famfamfam.com
Free for any use. If you use these flags in your software or
on your website, an email with a link or a screenshot would be nice. :)
diff --git a/plugins/SpellChecker/Flags/res/Version.rc b/plugins/SpellChecker/Flags/res/Version.rc index 5bfbab4754..2dedc507d7 100644 --- a/plugins/SpellChecker/Flags/res/Version.rc +++ b/plugins/SpellChecker/Flags/res/Version.rc @@ -1,4 +1,4 @@ -// Microsoft Visual C++ generated resource script.
+// Microsoft Visual C++ generated resource script.
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
diff --git a/plugins/SpellChecker/Flags/res/flags.rc b/plugins/SpellChecker/Flags/res/flags.rc index 49e76f0999..d8482bb23b 100644 --- a/plugins/SpellChecker/Flags/res/flags.rc +++ b/plugins/SpellChecker/Flags/res/flags.rc @@ -1,4 +1,4 @@ -af ICON "af_ZA.ico"
+af ICON "af_ZA.ico"
af_ZA ICON "af_ZA.ico"
az ICON "az_AZ.ico"
az_AZ ICON "az_AZ.ico"
diff --git a/plugins/SpellChecker/Flags/src/version.h b/plugins/SpellChecker/Flags/src/version.h index 1a6bbcd9e3..04df0922ee 100644 --- a/plugins/SpellChecker/Flags/src/version.h +++ b/plugins/SpellChecker/Flags/src/version.h @@ -1,4 +1,4 @@ -#define __MAJOR_VERSION 0 +#define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 #define __RELEASE_NUM 6 #define __BUILD_NUM 0 |