From 4ec3019628fcdf59092ed47d9445e5a5e3b6da70 Mon Sep 17 00:00:00 2001 From: Husky Date: Thu, 25 Mar 2021 16:45:27 +0100 Subject: [PATCH] =?UTF-8?q?FensterTitle=20aufgefr=C3=A4umt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SanSystem/frmMain.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();