mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Escape string stuff, com -> org
This commit is contained in:
@@ -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"))];
|
||||
|
||||
|
||||
+4
-4
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user