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

List:       kde-commits
Subject:    kdeutils/kdf
From:       Dirk Mueller <mueller () kde ! org>
Date:       2004-10-09 10:35:56
Message-ID: 20041009103556.D5E1B16B63 () office ! kde ! org
[Download RAW message or body]

CVS commit by mueller: 

don't use qFatal for i18n'ed text


  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