diff options
Diffstat (limited to 'GUI/GUI/GUI/PythonWrapper.cpp')
| -rw-r--r-- | GUI/GUI/GUI/PythonWrapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/GUI/GUI/GUI/PythonWrapper.cpp b/GUI/GUI/GUI/PythonWrapper.cpp index 7571833..cad9395 100644 --- a/GUI/GUI/GUI/PythonWrapper.cpp +++ b/GUI/GUI/GUI/PythonWrapper.cpp @@ -154,6 +154,7 @@ wxProcess* PythonWrapper::StartApp( "--model", config.model, "--chars_per_sync", config.chars_per_sync, "--bytes_per_char", config.bytes_per_char, + "--button", Quote(config.button), "--enable_local_beep", config.enable_local_beep ? "1" : "0", "--rows", config.rows, "--cols", config.cols, |
