]> git.sesse.net Git - vlc/blobdiff - toolbox
* ALL: removed "VideoLAN Client" in favour of "VLC media player" in a lot
[vlc] / toolbox
diff --git a/toolbox b/toolbox
index 7f4823dba7cd0596e2117ffff982d186bd101731..c8ca38b9ede3c724a461dc477a7210d57249ec7b 100755 (executable)
--- a/toolbox
+++ b/toolbox
@@ -1,7 +1,7 @@
 #! /bin/sh
 
-##  toolbox for vlc, the VideoLAN Client
-##  $Id: toolbox,v 1.8 2003/01/29 18:10:52 sam Exp $
+##  toolbox for the VLC media player
+##  $Id: toolbox,v 1.9 2003/02/02 04:01:29 sam Exp $
 ##
 ##  Authors: Samuel Hocevar <sam@zoy.org>
 
@@ -297,7 +297,7 @@ then
   find modules/gui/win32 -name '*.dfm' | while read file
   do
     printf "\n/*\n * from $file:\n */\n\n" >> modules/gui/win32/strings.cpp
-    perl -ne 'chop; chop; if( / (Caption|Text|Hint) / || $buffer =~ /[+=] *$/ ) { $buffer =~ s/\+ *$//; $buffer .= $_; } if( $buffer =~ /'"'"' *$/) { $buffer =~ s/'"'"'/"/g; $buffer =~ s/\\/\\\\/g; $buffer =~ s/=/= _(/; print $buffer." );\n"; $buffer = "";}' < $file | grep -v '"-*"' >> modules/gui/win32/strings.cpp || exit 1
+    perl -ne 'chop; chop; if( / (Caption|Text|Hint) / || $buffer =~ /[+=] *$/ ) { $buffer =~ s/\+ *$//; $buffer .= $_; } if( $buffer =~ /'"'"' *$/) { $buffer =~ s/'"'"'/"/g; $buffer =~ s/\\/\\\\/g; $buffer =~ s/=/= _(/; print $buffer." );\n"; $buffer = "";}' < $file | grep -v '"-*"' | grep -v '"http://' | grep -v '"vlcs"' >> modules/gui/win32/strings.cpp || exit 1
   done
   # clean old potfiles
   cd po