Remove icons from messageboxStr

This commit is contained in:
Igor Beloschapkin 2020-09-17 13:33:04 +02:00
parent b526e8da8c
commit 2276f35278

2
app.py
View File

@ -159,7 +159,7 @@ def setTactileModeNested():
# This Function sets the BCI2000 Path
def setPathBci2000():
tkinter.messagebox.showinfo('Konfiguration', 'Bitte wählen Sie nun den BCI2000 Ordner aus, in dem sich die Ordner "batch", "data", "icons", "parms", "prog" und "tools" befinden.')
tkinter.messagebox.showinfo('Konfiguration', 'Bitte wählen Sie nun den BCI2000 Ordner aus, in dem sich die Ordner "batch", "data", "parms", "prog" und "tools" befinden.')
tmpPath = tkinter.filedialog.askdirectory()
if not tmpPath:
pass