diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-12-06 00:47:29 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-12-06 00:47:29 +0300 |
commit | 8fcd584658c16d75f8527b9df7a06bbb363f2169 (patch) | |
tree | 33af7645ab39ef0ae59eb3558200f1399b1b23e2 | |
parent | 79effcc630cf9264206d892b2e3791d67813257f (diff) |
fix after files conversation
-rw-r--r-- | libs/hunspell/res/Hunspell.rc | 2 | ||||
-rw-r--r-- | src/mir_app/src/resource.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libs/hunspell/res/Hunspell.rc b/libs/hunspell/res/Hunspell.rc index 8fd119ebb7..5918aca9cc 100644 --- a/libs/hunspell/res/Hunspell.rc +++ b/libs/hunspell/res/Hunspell.rc @@ -18,7 +18,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "Comments", "Hunspell (http://hunspell.github.io/) by László Németh" + VALUE "Comments", "Hunspell (http://hunspell.github.io/) by László Németh" VALUE "CompanyName", "http://hunspell.github.io/" VALUE "FileDescription", "libhunspell" VALUE "FileVersion", "1.6.2" diff --git a/src/mir_app/src/resource.h b/src/mir_app/src/resource.h index d1dc79a911..1230a2e293 100644 --- a/src/mir_app/src/resource.h +++ b/src/mir_app/src/resource.h @@ -590,7 +590,7 @@ #define IDM_SEARCH_YAHOO 40086
#define IDM_SEARCH_FOODNETWORK 40087
-#define LEGAL_COPYRIGHT "Copyright © 2000-11 Miranda IM, 2012-17 Miranda NG project. This software is released under the terms of the GNU General Public License.\0"
+#define LEGAL_COPYRIGHT "Copyright © 2000-11 Miranda IM, 2012-17 Miranda NG project. This software is released under the terms of the GNU General Public License.\0"
// Next default values for new objects
//
|