summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2017-11-28 22:12:43 +0300
committerKirill Volinsky <mataes2007@gmail.com>2017-11-28 22:12:43 +0300
commit80221d816eeb98f0df38e0243390033c614952f3 (patch)
tree7618176108093921b6934343bc2f76a66ea97730 /plugins/HTTPServer
parent25df99ba7462958f2cb9075020ec1c9a5a7c9f50 (diff)
Source files converted to utf-8
Diffstat (limited to 'plugins/HTTPServer')
-rw-r--r--plugins/HTTPServer/res/resource.rc4
-rw-r--r--plugins/HTTPServer/src/GuiElements.cpp2
-rw-r--r--plugins/HTTPServer/src/HttpUser.cpp2
-rw-r--r--plugins/HTTPServer/src/main.cpp2
-rw-r--r--plugins/HTTPServer/src/resource.h4
-rw-r--r--plugins/HTTPServer/src/version.h2
6 files changed, 8 insertions, 8 deletions
diff --git a/plugins/HTTPServer/res/resource.rc b/plugins/HTTPServer/res/resource.rc
index 869da4f336..fb98cca4a2 100644
--- a/plugins/HTTPServer/res/resource.rc
+++ b/plugins/HTTPServer/res/resource.rc
@@ -13,7 +13,7 @@
#undef APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
-// () resources
+// Русский (Россия) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
@@ -190,7 +190,7 @@ BEGIN
END
END
-#endif // () resources
+#endif // Русский (Россия) resources
/////////////////////////////////////////////////////////////////////////////
diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp
index 5e1134b2c9..8baf495fd7 100644
--- a/plugins/HTTPServer/src/GuiElements.cpp
+++ b/plugins/HTTPServer/src/GuiElements.cpp
@@ -991,7 +991,7 @@ static INT_PTR CALLBACK DlgProcStatsticView(HWND hwndDlg, UINT msg, WPARAM wPara
// References : -
// Remarks : -
// Created : 030826, 26 august 2003
-// Developer : Srgio Rolanski
+// Developer : Sйrgio Rolanski
/////////////////////////////////////////////////////////////////////
void SendLinkToUser(WPARAM wParam, char *pszSrvPath)
diff --git a/plugins/HTTPServer/src/HttpUser.cpp b/plugins/HTTPServer/src/HttpUser.cpp
index db86533b7f..1f28cdac5d 100644
--- a/plugins/HTTPServer/src/HttpUser.cpp
+++ b/plugins/HTTPServer/src/HttpUser.cpp
@@ -87,7 +87,7 @@ static int nUnescapedURI(char * pszURI)
nNewChar = '/';
if ((nNewChar & 0x80) == 0x00) { // 0xxxxxxx (yields 7 bits)
- more = -1; // this is to avoid sequence like %C3k%A6 will end up beeing "k" insted it will be "k"
+ more = -1; // this is to avoid sequence like %C3k%A6 will end up beeing "kж" insted it will be "k"
*pszCurInsert = (char)nNewChar;
pszCurInsert++;
continue;
diff --git a/plugins/HTTPServer/src/main.cpp b/plugins/HTTPServer/src/main.cpp
index fb821023f6..5a69bca0be 100644
--- a/plugins/HTTPServer/src/main.cpp
+++ b/plugins/HTTPServer/src/main.cpp
@@ -463,7 +463,7 @@ static INT_PTR nAddChangeRemoveShare(WPARAM wParam, LPARAM lParam)
pclNewNode->pclNext = *pclPrev;
*pclPrev = pclNewNode;
- /* Add by Srgio Vieira Rolanski */
+ /* Add by Sйrgio Vieira Rolanski */
if (pclNew->dwOptions & OPT_SEND_LINK)
SendLinkToUser(wParam, pclNew->pszSrvPath);
diff --git a/plugins/HTTPServer/src/resource.h b/plugins/HTTPServer/src/resource.h
index 940253e98e..346f3e2915 100644
--- a/plugins/HTTPServer/src/resource.h
+++ b/plugins/HTTPServer/src/resource.h
@@ -1,6 +1,6 @@
//{{NO_DEPENDENCIES}}
-// , Microsoft Visual C++.
-// D:\MNG_orig\plugins\HTTPServer\res\resource.rc
+// ¬ключаемый файл, созданный в Microsoft Visual C++.
+// »спользуетс¤ D:\MNG_orig\plugins\HTTPServer\res\resource.rc
//
#define IDD_NEW_SHARE_PROPERTIES 101
#define IDI_DISABLE_SERVER 101
diff --git a/plugins/HTTPServer/src/version.h b/plugins/HTTPServer/src/version.h
index e6d55adc72..c58cfb21e1 100644
--- a/plugins/HTTPServer/src/version.h
+++ b/plugins/HTTPServer/src/version.h
@@ -11,4 +11,4 @@
#define __AUTHOR "Kennet Nielsen, modified by Vampik, Houdini"
#define __AUTHOREMAIL ""
#define __AUTHORWEB "https://miranda-ng.org/p/HTTPServer/"
-#define __COPYRIGHT " 2003-2009 Kennet Nielsen, Vampik, Houdini"
+#define __COPYRIGHT "© 2003-2009 Kennet Nielsen, Vampik, Houdini"