[Scummvm-git-logs] scummvm master -> f86f96e188e9dd7db7ad92f090a4203d060ced2d

sev- sev at scummvm.org
Sat Sep 14 22:45:37 CEST 2019


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
f86f96e188 NETWORKING: Clarify where to put wwwroot.zip


Commit: f86f96e188e9dd7db7ad92f090a4203d060ced2d
    https://github.com/scummvm/scummvm/commit/f86f96e188e9dd7db7ad92f090a4203d060ced2d
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-09-14T22:45:17+02:00

Commit Message:
NETWORKING: Clarify where to put wwwroot.zip

Changed paths:
    backends/networking/sdl_net/handlers/filesajaxpagehandler.cpp


diff --git a/backends/networking/sdl_net/handlers/filesajaxpagehandler.cpp b/backends/networking/sdl_net/handlers/filesajaxpagehandler.cpp
index a5719ba..94cc741 100644
--- a/backends/networking/sdl_net/handlers/filesajaxpagehandler.cpp
+++ b/backends/networking/sdl_net/handlers/filesajaxpagehandler.cpp
@@ -56,7 +56,7 @@ void FilesAjaxPageHandler::handle(Client &client) {
 	// load stylish response page from the archive
 	Common::SeekableReadStream *const stream = HandlerUtils::getArchiveFile(FILES_PAGE_NAME);
 	if (stream == nullptr) {
-		HandlerUtils::setFilesManagerErrorMessageHandler(client, _("The page is not available without the resources. Make sure file wwwroot.zip from ScummVM distribution is available in extrapath."));
+		HandlerUtils::setFilesManagerErrorMessageHandler(client, _("The page is not available without the resources. Make sure file wwwroot.zip from ScummVM distribution is available in 'themepath'."));
 		return;
 	}
 





More information about the Scummvm-git-logs mailing list