[Scummvm-git-logs] scummvm-web master -> 421223903b6e7e264b41a8f974f419d708971e86
sev-
noreply at scummvm.org
Fri Nov 18 16:00:12 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
421223903b DUMPER: Clarify the "always macbinary" tickbox
Commit: 421223903b6e7e264b41a8f974f419d708971e86
https://github.com/scummvm/scummvm-web/commit/421223903b6e7e264b41a8f974f419d708971e86
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-11-18T16:59:55+01:00
Commit Message:
DUMPER: Clarify the "always macbinary" tickbox
Changed paths:
dumper-companion/src/Dumper.tsx
diff --git a/dumper-companion/src/Dumper.tsx b/dumper-companion/src/Dumper.tsx
index 3aeebf82..adfaa155 100644
--- a/dumper-companion/src/Dumper.tsx
+++ b/dumper-companion/src/Dumper.tsx
@@ -61,7 +61,7 @@ export default class Dumper extends Component<Props, State> {
<div>
<input disabled={this.state.busy} type="checkbox" id="forceMacBinary" checked={this.state.forceMacBinary} onInput={this.handleForceMacBinary.bind(this)}></input>
- <label for="forceMacBinary">Always use MacBinary encoding</label>
+ <label for="forceMacBinary">Always use MacBinary encoding (use only when explicitely needed for an engine)</label>
</div>
<div>
More information about the Scummvm-git-logs
mailing list