mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-12 01:25:55 +00:00
Escape string stuff, com -> org
This commit is contained in:
parent
b52035f6df
commit
bd3ae4b074
@ -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"))];
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user