From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- visiscript/compilefix.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'visiscript') diff --git a/visiscript/compilefix.patch b/visiscript/compilefix.patch index e69de29bb2..3e3fb3458c 100644 --- a/visiscript/compilefix.patch +++ b/visiscript/compilefix.patch @@ -0,0 +1,16 @@ + +# +# Patch managed by http://www.holgerschurig.de/patcher.html +# + +--- visiscript/main.cpp~compilefix ++++ visiscript/main.cpp +@@ -66,7 +66,7 @@ + QApplication aAppl( argc, argv ); + + // ** prepare application for different languages...** +- QTranslator * pTranslator = new QTranslator(); ++ QTranslator * pTranslator = new QTranslator( 0, "translator" ); + QString sLanguage; + QString sLanguageTemp = ProcessLanguage( pTranslator, sLanguage, &aAppl ); + -- cgit v1.2.3