[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    Re: kdeutils/kdf
From:       Nicolas Goutte <nicolasg () snafu ! de>
Date:       2004-10-09 10:45:49
Message-ID: 200410091245.49458.nicolasg () snafu ! de
[Download RAW message or body]

On Saturday 09 October 2004 12:35, Dirk Mueller wrote:
> CVS commit by mueller:
>
> don't use qFatal for i18n'ed text

I thought that kdDebugs should never be translated (as there are not packaged, 
the translators do not need to have this extra work.)

Have a nice day!

>
>
>   M +1 -1      disks.cpp   1.31
>
>
> --- kdeutils/kdf/disks.cpp  #1.30:1.31
> @@ -232,5 +232,5 @@ int DiskEntry::sysCall(const QString & c
>    (*sysProc) << command;
>      if (!sysProc->start( KProcess::Block, KProcess::AllOutput ))
> -     qFatal(i18n("could not execute %s").local8Bit().data(),
> command.local8Bit().data()); +     kdFatal() << i18n("could not execute
> %1").arg(command.local8Bit().data()) << endl;
>
>    if (sysProc->exitStatus()!=0) emit sysCallError(this,
> sysProc->exitStatus());

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic