Änderungen durchgeführt

This commit is contained in:
HuskyTeufel
2020-04-08 13:01:15 +02:00
parent 3f428be5f6
commit df08dfc415
4 changed files with 291 additions and 290 deletions

View File

@@ -313,7 +313,7 @@ namespace SanSystem
foreach(SavedBilder bild in schacht.SavedBilders)
{
string komment = String.Empty;
if (schacht.SchachtNummer != null)
if (schacht.SchachtNummer != null && !schacht.SchachtNummer.Equals(String.Empty))
{
komment = string.Format("{0} von Schacht: {1}", bild.Bildname, schacht.SchachtNummer);
}