From f262cffff65ff7655c13daf72382193284247497 Mon Sep 17 00:00:00 2001 From: Javier Castillo Date: Tue, 8 Feb 2011 15:49:42 +0100 Subject: Version: 0.5.0 Fix: Negative Beträge werde durch 0 ersetzt. Update: setup.msi ,setup.exe --- AccountValue/Form2.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'AccountValue/Form2.cs') diff --git a/AccountValue/Form2.cs b/AccountValue/Form2.cs index b06476a..24c4bf8 100644 --- a/AccountValue/Form2.cs +++ b/AccountValue/Form2.cs @@ -17,7 +17,7 @@ using System.Xml; // ##################################################################################### // (C) 2005 - 2006 Randolph Welte randy@uni-freiburg.de################################# // -// Bearbeitung Bohdan Dulya & Marco Haustein 2006 - 2009 ############################### +// Bearbeitung Bohdan Dulya, Javier Castillo & Marco Haustein 2006 - 2011 ############################### @@ -29,7 +29,7 @@ namespace AccountValue public partial class Form2 : Form { private DragExtender dragExtender1; - private String version = "1.0.0"; + private String version = "0.5.0"; /* * */ @@ -80,7 +80,7 @@ namespace AccountValue private void aboutToolStripMenuItem_Click(object sender, EventArgs e) { - MessageBox.Show("© 2006 Randolph Welte \n 2007-2009 Bohdan Dulya & Marco Haustein", "About...", MessageBoxButtons.OK, MessageBoxIcon.Information); + MessageBox.Show("© 2006 Randolph Welte \n 2007-2011 Bohdan Dulya, Javier Castillo & Marco Haustein", "About...", MessageBoxButtons.OK, MessageBoxIcon.Information); } private void versionToolStripMenuItem_Click(object sender, EventArgs e) -- cgit v1.2.3-55-g7522