]> git.pld-linux.org Git - packages/qt4.git/blob - qt-gcc34.patch
- fix function name
[packages/qt4.git] / qt-gcc34.patch
1 --- qt-copy-040205/tools/msg2qm/msg2qm.cpp.orig 2002-09-06 14:32:42.000000000 +0200
2 +++ qt-copy-040205/tools/msg2qm/msg2qm.cpp      2004-02-16 14:42:22.779392176 +0100
3 @@ -179,10 +179,10 @@ void translate( const QString& filename,
4                         QString charset = msgstr.mid( cpos, i-cpos );
5                         codec = QTextCodec::codecForName( charset.ascii() );
6                         if ( codec ) {
7 -                           debug( "PO file character set: %s. Codec: %s",
8 +                           qDebug( "PO file character set: %s. Codec: %s",
9                                    charset.ascii(), codec->name() );
10                         } else {
11 -                           debug( "No codec for %s", charset.ascii() );
12 +                           qDebug( "No codec for %s", charset.ascii() );
13                         }
14                     }
15                     break;
This page took 0.144378 seconds and 3 git commands to generate.