diff --git a/.gitignore b/.gitignore index 555616f..7788b18 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ README.html /src/unimacro/UnimacroGrammars/rememberdialog.py /tests/rememberdialog.py /src/unimacro/UnimacroGrammars/rememberdialog.py +/src/unimacro/UnimacroGrammars/rememberdialog.py diff --git a/src/unimacro/UnimacroGrammars/rememberdialog.py b/src/unimacro/UnimacroGrammars/rememberdialog.py index 201338c..f37d374 100644 --- a/src/unimacro/UnimacroGrammars/rememberdialog.py +++ b/src/unimacro/UnimacroGrammars/rememberdialog.py @@ -8,16 +8,14 @@ from dtactions.unimacro import inivars prompt = """Remember in Unimacro _folders grammar""" # readable text -text = """Remember website for future calling? +text = """Remember folder "C:/DT/NatlinkcoreDoug/src/natlinkcore/SampleMacros" for future calling? -- https://pypi.org - - -Please give a spoken form for this website and choose OK; or Cancel...""" # input text, the key of the +Please give a spoken form for this folder and choose OK; or Cancel...""" # input text, the key of the inifile = "C:/Users/Gebruiker/Documents/unimacro_qh/enx_inifiles/_folders.ini" -section = "websites" -value = "https://pypi.org" +section = "folders" +value = "C:/DT/NatlinkcoreDoug/src/natlinkcore/SampleMacros" title = "test" -default = "pypi" +default = "SampleMacros" pausetime = 3 # should be replaced by 0 or a positive int value