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

List:       kde-commits
Subject:    branches/work/koffice-ko/kchart/shape
From:       Sebastian Sauer <mail () dipe ! org>
Date:       2010-04-07 15:46:46
Message-ID: 20100407154646.A2E84AC857 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1112207 by sebsauer:

Fix series counting which is 1-based

 M  +1 -1      DataSet.cpp  


--- branches/work/koffice-ko/kchart/shape/DataSet.cpp #1112206:1112207
@@ -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