[Scummvm-git-logs] scummvm master -> 5795fb6aea3d9cf3ab9f523cf8453e0923d1421f
antoniou79
noreply at scummvm.org
Sun Mar 6 18:06:01 UTC 2022
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:
5795fb6aea ANDROID: Remove extra parenthesis from virtual shortcut name
Commit: 5795fb6aea3d9cf3ab9f523cf8453e0923d1421f
https://github.com/scummvm/scummvm/commit/5795fb6aea3d9cf3ab9f523cf8453e0923d1421f
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2022-03-06T20:05:10+02:00
Commit Message:
ANDROID: Remove extra parenthesis from virtual shortcut name
"ScummVM data (Ext))" is now corrected to "ScummVM data (Ext)"
Changed paths:
backends/platform/android/org/scummvm/scummvm/ExternalStorage.java
diff --git a/backends/platform/android/org/scummvm/scummvm/ExternalStorage.java b/backends/platform/android/org/scummvm/scummvm/ExternalStorage.java
index 8a42add48e3..58a4173a809 100644
--- a/backends/platform/android/org/scummvm/scummvm/ExternalStorage.java
+++ b/backends/platform/android/org/scummvm/scummvm/ExternalStorage.java
@@ -28,7 +28,7 @@ public class ExternalStorage {
public static final String EXTERNAL_SD_CARD = "externalSdCard";
public static final String DATA_DIRECTORY = "ScummVM data";
public static final String DATA_DIRECTORY_INT = "ScummVM data (Int)";
- public static final String DATA_DIRECTORY_EXT = "ScummVM data (Ext))";
+ public static final String DATA_DIRECTORY_EXT = "ScummVM data (Ext)";
// Find candidate removable sd card paths
More information about the Scummvm-git-logs
mailing list