Remove icons from messageboxStr
This commit is contained in:
parent
b526e8da8c
commit
2276f35278
2
app.py
2
app.py
@ -159,7 +159,7 @@ def setTactileModeNested():
|
|||||||
|
|
||||||
# This Function sets the BCI2000 Path
|
# This Function sets the BCI2000 Path
|
||||||
def setPathBci2000():
|
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()
|
tmpPath = tkinter.filedialog.askdirectory()
|
||||||
if not tmpPath:
|
if not tmpPath:
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user