Printing/Pdf: Small fixes
This commit is contained in:
		@@ -8,7 +8,6 @@ using System.Windows;
 | 
			
		||||
using System.Text.RegularExpressions;
 | 
			
		||||
using System.Linq;
 | 
			
		||||
using System.Net.Sockets;
 | 
			
		||||
using System.Text;
 | 
			
		||||
 | 
			
		||||
namespace Elwig.Helpers.Printing {
 | 
			
		||||
    public static class Pdf {
 | 
			
		||||
@@ -105,7 +104,7 @@ namespace Elwig.Helpers.Printing {
 | 
			
		||||
                p.Start();
 | 
			
		||||
                await p.WaitForExitAsync();
 | 
			
		||||
            } catch (Exception e) {
 | 
			
		||||
                MessageBox.Show("Beim Drucken ist ein Fehler aufgetreten:\n\n" + e.Message, "Fehler beim Drucken");
 | 
			
		||||
                MessageBox.Show("Beim Drucken ist ein Fehler aufgetreten:\n\n" + e.Message, "Fehler beim Drucken", MessageBoxButton.OK, MessageBoxImage.Error);
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user