[Scummvm-git-logs] scummvm master -> 05ada59e685172e6d4732e41cb1c8e0783d75cb3
cadihowley
64062738+cadihowley at users.noreply.github.com
Sun Apr 25 00:13:05 UTC 2021
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
da2c5e6925 DOCS: fixes script for version display
05ada59e68 DOCS: fixes indents on taskbar page
Commit: da2c5e6925221f076caaaad3f0f8328f05425eb2
https://github.com/scummvm/scummvm/commit/da2c5e6925221f076caaaad3f0f8328f05425eb2
Author: Cadi (64062738+cadihowley at users.noreply.github.com)
Date: 2021-04-25T12:13:02+12:00
Commit Message:
DOCS: fixes script for version display
Changed paths:
doc/docportal/_static/version.js
diff --git a/doc/docportal/_static/version.js b/doc/docportal/_static/version.js
index fbbdcf9449..ef75e63f8c 100644
--- a/doc/docportal/_static/version.js
+++ b/doc/docportal/_static/version.js
@@ -1,4 +1,4 @@
-document.addEventListener("DOMContentLoaded", function(){
+window.addEventListener("load", function(){
var url = window.location.href;
var start = url.indexOf("/", 27);
Commit: 05ada59e685172e6d4732e41cb1c8e0783d75cb3
https://github.com/scummvm/scummvm/commit/05ada59e685172e6d4732e41cb1c8e0783d75cb3
Author: Cadi (64062738+cadihowley at users.noreply.github.com)
Date: 2021-04-25T12:13:02+12:00
Commit Message:
DOCS: fixes indents on taskbar page
Changed paths:
doc/docportal/use_scummvm/taskbar_integration.rst
diff --git a/doc/docportal/use_scummvm/taskbar_integration.rst b/doc/docportal/use_scummvm/taskbar_integration.rst
index 4c529c73b1..a883317fc8 100644
--- a/doc/docportal/use_scummvm/taskbar_integration.rst
+++ b/doc/docportal/use_scummvm/taskbar_integration.rst
@@ -20,10 +20,10 @@ Place the icons in a folder, and either change the *iconspath* in the :doc:`conf
The icon files must be ICO files for Windows, or PNG files for macOS. They must follow one of these naming conventions, where xxx is the file extension:
- - :ref:`ID <id>`.xxx
- - gameid.xxx
- - engineid.xxx
- - engineid-gameid.xxx
+ - :ref:`ID <id>`.xxx
+ - gameid.xxx
+ - engineid.xxx
+ - engineid-gameid.xxx
To find the gameid and the engineid, open the :doc:`configuration file <../advanced_topics/configuration_file>`. The game entry will be similar to this:
More information about the Scummvm-git-logs
mailing list