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

List:       kde-commits
Subject:    koffice/kchart/shape
From:       Boudewijn Rempt <boud () valdyas ! org>
Date:       2010-04-08 8:59:27
Message-ID: 20100408085927.59980AC88F () svn ! kde ! org
[Download RAW message or body]

SVN commit 1112469 by rempt:

Forwardport r1112207 by sebsauer: Fix series counting which is 1-based

 M  +1 -1      DataSet.cpp  


--- trunk/koffice/kchart/shape/DataSet.cpp #1112468:1112469
@@ -718,7 +718,7 @@
         label += d->data( d->labelDataRegion, i ).toString();
     
     if ( label.isEmpty() )
-        label = i18n( "Series %1", number() );
+        label = i18n( "Series %1", number() + 1 );
 
     return QVariant( label );
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

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