From 0b09b09ce629f2c39b7b982506b75e9cc07bd791 Mon Sep 17 00:00:00 2001 From: Dominic Reich Date: Mon, 14 Mar 2016 00:42:30 +0100 Subject: [PATCH] removes Umlauts in filename --- Gästeliste/frmMain.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gästeliste/frmMain.vb b/Gästeliste/frmMain.vb index 7d74ef4..d719578 100644 --- a/Gästeliste/frmMain.vb +++ b/Gästeliste/frmMain.vb @@ -3,7 +3,7 @@ Imports System.Deployment Imports System.Deployment.Application Public Class frmMain - Private _dataPath As String = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "Gästeliste.xml") + Private _dataPath As String = System.IO.Path.Combine(My.Computer.FileSystem.SpecialDirectories.MyDocuments, "Gaesteliste.xml") 'I should not need this for now - we do not work with mouse pointer rows index for selection but we select them with left-click. ' and with ctrl select (left click, multi-select!) 'Private _rowIndex As Integer = 0