diff --git a/SanSystem/frmMain.cs b/SanSystem/frmMain.cs index 7d04e82..0c6e61a 100644 --- a/SanSystem/frmMain.cs +++ b/SanSystem/frmMain.cs @@ -66,8 +66,8 @@ namespace SanSystem #if (DEBUG || LAPTOP) this.Text += " INTERNE DEBUG VERSION"; #endif - if (Wupi.QueryInfo(0, QueryInfoOption.FirmCode) == 0) - this.Text += " nicht geschützter Version nur für TESTZWECKE!"; + //if (Wupi.QueryInfo(0, QueryInfoOption.FirmCode) == 0) + // this.Text += " nicht geschützter Version nur für TESTZWECKE!"; FrmLinerReste frmLinerReste = new FrmLinerReste();