diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-19 13:28:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-19 13:28:37 +0000 |
commit | a7473c530eb5d58db968ae57cd5142cada80e607 (patch) | |
tree | 0f9144f8b2535dbbc8fcf475e4ab5447f0647697 /visiscript/compilefix.patch | |
parent | 2e1c2fbcb77ce8768642552dec42078e8457d035 (diff) |
upgrade qscintilla to 1.3b and visiscript to 0.3.2
BKrev: 419df505pSMGblgJCLPvdDf2iU-63A
Diffstat (limited to 'visiscript/compilefix.patch')
-rw-r--r-- | visiscript/compilefix.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/visiscript/compilefix.patch b/visiscript/compilefix.patch deleted file mode 100644 index 3e3fb3458c..0000000000 --- a/visiscript/compilefix.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# 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 ); - |