diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 23:38:51 +0300 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2017-11-28 23:38:51 +0300 |
commit | 496a58a6293b934fcb90b3d54a54a2488b857b19 (patch) | |
tree | 862f58c8e3d021866df4c68d75fb4a75d9f4bf88 /plugins/HTTPServer/src/GuiElements.cpp | |
parent | bf22f8b7af68a1670c76edf9b64faf23d1ac9264 (diff) |
fix after convert
Diffstat (limited to 'plugins/HTTPServer/src/GuiElements.cpp')
-rw-r--r-- | plugins/HTTPServer/src/GuiElements.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HTTPServer/src/GuiElements.cpp b/plugins/HTTPServer/src/GuiElements.cpp index 8baf495fd7..11b179b4b6 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 : Sйrgio Rolanski
+// Developer : Sérgio Rolanski
/////////////////////////////////////////////////////////////////////
void SendLinkToUser(WPARAM wParam, char *pszSrvPath)
|