diff --git a/rudict/rudict/http/request_handler.cpp b/rudict/rudict/http/request_handler.cpp index d26d0e6..b96c2c5 100644 --- a/rudict/rudict/http/request_handler.cpp +++ b/rudict/rudict/http/request_handler.cpp @@ -1,4 +1,4 @@ -// +// // request_handler.cpp // ~~~~~~~~~~~~~~~~~~~ // @@ -64,7 +64,7 @@ namespace http { std::wstring requestedStr = UTF8to16(request_path.c_str()); /* - requestedStr = L" : " + requestedStr; + requestedStr = L"Вы запросили: " + requestedStr; rep.content = UTF16to8(requestedStr.c_str());