[chronojump] bug fixed: fixed dotchart with ie iub now works
- From: Xavier de Blas <xaviblas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [chronojump] bug fixed: fixed dotchart with ie iub now works
- Date: Sun, 6 Sep 2009 12:09:42 +0000 (UTC)
commit 45b1c6cfc5ae2aa180694cbb6288173e603797f3
Author: Xavier de Blas <xaviblas gmail com>
Date: Sun Sep 6 14:04:54 2009 +0200
bug fixed: fixed dotchart with ie iub now works
(maybe ieiub xy was bad too, now fixed)
src/stats/graphs/ieIub.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/stats/graphs/ieIub.cs b/src/stats/graphs/ieIub.cs
index b57f30e..74d1ada 100644
--- a/src/stats/graphs/ieIub.cs
+++ b/src/stats/graphs/ieIub.cs
@@ -82,7 +82,8 @@ public class GraphIeIub : StatIeIub
serieJump1 = new GraphSerie();
serieJump2 = new GraphSerie();
- serieIndex.Title = Catalog.GetString("Index");
+ //serieIndex.Title = Catalog.GetString("Index");
+ serieIndex.Title = indexType;
serieJump1.Title = jump1;
serieJump2.Title = jump2;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]