diff options
Diffstat (limited to 'Resources')
-rw-r--r-- | Resources/English.lproj/ContentFilters.plist | 4 | ||||
-rw-r--r-- | Resources/English.lproj/Localizable.strings | bin | 238488 -> 241788 bytes | |||
-rw-r--r-- | Resources/Plists/Info.plist | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/Resources/English.lproj/ContentFilters.plist b/Resources/English.lproj/ContentFilters.plist index 98522409..88e11ea5 100644 --- a/Resources/English.lproj/ContentFilters.plist +++ b/Resources/English.lproj/ContentFilters.plist @@ -105,7 +105,7 @@ <key>NumberOfArguments</key> <integer>1</integer> <key>Clause</key> - <string>= BINARY '${}'</string> + <string>= $BINARY '${}'</string> </dict> <dict> <key>MenuLabel</key> @@ -113,7 +113,7 @@ <key>NumberOfArguments</key> <integer>1</integer> <key>Clause</key> - <string>!= BINARY '${}'</string> + <string>!= $BINARY '${}'</string> </dict> <dict> <key>MenuLabel</key> diff --git a/Resources/English.lproj/Localizable.strings b/Resources/English.lproj/Localizable.strings Binary files differindex 6413a27d..bb36428b 100644 --- a/Resources/English.lproj/Localizable.strings +++ b/Resources/English.lproj/Localizable.strings diff --git a/Resources/Plists/Info.plist b/Resources/Plists/Info.plist index d629b0d4..9741dfd0 100644 --- a/Resources/Plists/Info.plist +++ b/Resources/Plists/Info.plist @@ -193,6 +193,8 @@ <key>x86_64</key> <string>10.6.0</string> </dict> + <key>NSSupportsAutomaticGraphicsSwitching</key> + <true/> <key>NSAppleScriptEnabled</key> <true/> <key>NSHumanReadableCopyright</key> |