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

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/bookmarks
From:       Thomas Reitelbach <tr () erdfunkstelle ! de>
Date:       2007-03-15 19:32:44
Message-ID: 1173987164.275268.853.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 642895 by reitelbach:

use correct encoding for the errormessage that comes from the OS

BUG:142325


 M  +1 -1      kbookmarkmanager.cc  


--- branches/KDE/3.5/kdelibs/kio/bookmarks/kbookmarkmanager.cc #642894:642895
@@ -366,7 +366,7 @@
                              "This error message will only be shown once. The cause "
                              "of the error needs to be fixed as quickly as possible, "
                              "which is most likely a full hard drive.")
-                        .arg(filename).arg(strerror(file.status()));
+                        .arg(filename).arg(QString::fromLocal8Bit(strerror(file.status())));
         if (qApp->type() != QApplication::Tty)
             KMessageBox::error( 0L, error );
         else
[prev in list] [next in list] [prev in thread] [next in thread] 

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