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

List:       kde-i18n-doc
Subject:    [PATCH] i18n change for bugfixing
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2006-04-10 8:21:56
Message-ID: 20060410082156.GA13710 () ghostdog ! localnet
[Download RAW message or body]

[Attachment #2 (multipart/mixed)]


Hi,

the attached patch solves 100188 partly but is a big usability
improvement anyway. Can I commit it to 3.5 branch?

I'm not subscribed to the list, please CC me if there are any
objections.

Ciao,
Tobias
-- 
Separate politics from religion and economy!
The Councile of the European Union is an undemocratic and illegal institution!

["kabc_lock_message.patch" (text/plain)]

Index: lock.cpp
===================================================================
--- lock.cpp	(Revision 528125)
+++ lock.cpp	(Arbeitskopie)
@@ -55,9 +55,9 @@
 {
   QFile file( filename );
   if ( !file.open( IO_ReadOnly ) ) return false;
-  
+
   QTextStream t( &file );
-  t >> pid >> ws >> app;
+  t >> pid >> endl >> app;
 
   return true;
 }
@@ -102,8 +102,8 @@
       QString identifier( mIdentifier );
       identifier.replace( '_', '/' );
 
-      mError = i18n("The resource '%1' is locked by application '%2'.")
-               .arg( identifier ).arg( app );
+      mError = i18n("The address book '%1' is locked by application '%2'.\nIf you \
believe this is incorrect, just remove the lock file from '%3'") +               \
.arg( identifier ).arg( app ).arg( locateLocal( "data", "kabc/lock/*.lock" ) );  \
return false;  }
   }


["signature.asc" (application/pgp-signature)]
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de

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

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