diff options
author | ritsuka <[email protected]> | 2008-04-26 07:54:10 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2008-04-26 07:54:10 +0000 |
commit | 1ae1570b62d6ef180f25692a34a88675cd591178 (patch) | |
tree | 2b51bfeb03ed1a78a61804a2d671d948e1798ecd /macosx/genstrings.sh | |
parent | c6d8d625e66afcfe13d78d94330d299caef875ff (diff) |
MacGUI: Remove last traces of "_" macro and TranslateString. Patch by blindjimmy.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1443 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/genstrings.sh')
-rwxr-xr-x | macosx/genstrings.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/macosx/genstrings.sh b/macosx/genstrings.sh index 3c3215777..0745d2eeb 100755 --- a/macosx/genstrings.sh +++ b/macosx/genstrings.sh @@ -1,7 +1,2 @@ #! /bin/sh -rm -f genstrings.tmp -cat *.mm | grep -v "^#define.*_(" | \ - sed 's/_( \(@"[^"]*"\) )/NSLocalizedString( \1, nil )/g' > \ - genstrings.tmp -genstrings genstrings.tmp -rm -f genstrings.tmp +genstrings *.m* |