Escape string stuff, com -> org

This commit is contained in:
Serena 2023-04-23 15:54:01 +03:00
parent b52035f6df
commit bd3ae4b074
2 changed files with 5 additions and 5 deletions

View File

@ -249,7 +249,7 @@ void initializeOSXExtras() {
-(NSMenu *)makeDebugMenu {
std::shared_ptr<I18NCategory> sysInfoLocalization = GetI18NCategory(I18NCat::SYSINFO);
std::shared_ptr<I18NCategory> desktopUILocalization = GetI18NCategory(I18NCat::DESKTOPUI);
#define DESKTOPUI_LOCALIZED(key) @(desktopUILocalization->T(key))
#define DESKTOPUI_LOCALIZED(key) @(UnescapeMenuString(desktopUILocalization->T(key), nil).c_str())
NSMenu *parent = [[NSMenu alloc] initWithTitle:@(sysInfoLocalization->T("Debug"))];

View File

@ -33,7 +33,7 @@
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ppsspp.csoimg</string>
<string>org.ppsspp.csoimg</string>
</array>
</dict>
<dict>
@ -49,7 +49,7 @@
<string>Default</string>
<key>LSItemContentTypes</key>
<array>
<string>com.ppsspp.pbp</string>
<string>org.ppsspp.pbp</string>
</array>
</dict>
</array>
@ -103,7 +103,7 @@
<string>PSP CSO Image</string>
</dict>
<key>UTTypeIdentifier</key>
<string>com.ppsspp.csoimg</string>
<string>org.ppsspp.csoimg</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>
@ -121,7 +121,7 @@
<string>PSP PBP Image</string>
</dict>
<key>UTTypeIdentifier</key>
<string>com.ppsspp.pbp</string>
<string>org.ppsspp.pbp</string>
<key>UTTypeTagSpecification</key>
<dict>
<key>public.filename-extension</key>