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

List:       kde-commits
Subject:    KDE/kdesdk/lokalize/src/catalog/gettext
From:       Nick Shaforostoff <shafff () ukr ! net>
Date:       2011-04-22 13:50:37
Message-ID: 20110422135037.5B2FDAC8D4 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1228832 by shaforo:

BUG: 271380
thanks for spotting my stupid mistake ;)



 M  +2 -2      gettextimport.cpp  


--- trunk/KDE/kdesdk/lokalize/src/catalog/gettext/gettextimport.cpp #1228831:1228832
@@ -703,7 +703,7 @@
 
                if(!(*msgstrIt).isEmpty())
                   (*msgstrIt)+='\n';
-               (*msgstrIt)=line;
+               (*msgstrIt)+=line;
             }
             else if( _gettextPluralForm && ( line.contains( _rxMsgStrPlural ) ) )
             {
@@ -751,7 +751,7 @@
 
                if(!(*msgstrIt).isEmpty())
                   (*msgstrIt)+='\n';
-               (*msgstrIt)=line;
+               (*msgstrIt)+=line;
             }
             else
             {
[prev in list] [next in list] [prev in thread] [next in thread] 

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