Laptop direktive hinzugefügt.

Unnötige Axen beschriftung entfernt
This commit is contained in:
2019-03-10 16:44:26 +01:00
parent aa939d0149
commit 27c09ce6be
5 changed files with 20 additions and 10 deletions

View File

@@ -54,6 +54,9 @@ namespace SanSystem
öffnenToolStripMenuItem.Text = Global.Instance.language.Labels["mainmenu_projekt_open"];
toolStripStatus_projekt_Label.Text = Datenbank.Instance.projekt;
#if (DEBUG || LAPTOP)
this.Text += " INTERNE DEBUG VERSION";
#endif
}