summaryrefslogtreecommitdiffstats
path: root/AccountValue/Form2.cs
diff options
context:
space:
mode:
authorJavier Castillo2011-02-08 15:49:42 +0100
committerJavier Castillo2011-02-08 15:49:42 +0100
commitf262cffff65ff7655c13daf72382193284247497 (patch)
tree10716c9adc6a9b6c472f2bd96f1ce4112b245847 /AccountValue/Form2.cs
parentadd readme (diff)
downloadlogintool-f262cffff65ff7655c13daf72382193284247497.tar.gz
logintool-f262cffff65ff7655c13daf72382193284247497.tar.xz
logintool-f262cffff65ff7655c13daf72382193284247497.zip
Version: 0.5.0
Fix: Negative Beträge werde durch 0 ersetzt. Update: setup.msi ,setup.exe
Diffstat (limited to 'AccountValue/Form2.cs')
-rw-r--r--AccountValue/Form2.cs6
1 files changed, 3 insertions, 3 deletions
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)