removes Umlauts in filename
This commit is contained in:
parent
c396f63f9d
commit
0b09b09ce6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue