diff options
author | nyamatongwe <unknown> | 2012-05-17 14:47:39 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2012-05-17 14:47:39 +1000 |
commit | 2de4788620e203cb24b33ad98781bca0a649250a (patch) | |
tree | b3c5ab47d11c6ac54d16f36ff0126496b11d7abc | |
parent | ce78439b67608e336b0b52ebffb95a78a0c24f85 (diff) | |
download | scintilla-mirror-2de4788620e203cb24b33ad98781bca0a649250a.tar.gz |
Fixed out-of-date test program name.
-rw-r--r-- | qt/ScintillaEditPy/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/ScintillaEditPy/README b/qt/ScintillaEditPy/README index c07397031..1b6bedd55 100644 --- a/qt/ScintillaEditPy/README +++ b/qt/ScintillaEditPy/README @@ -71,7 +71,7 @@ ScintillaEditPy.pyd for Windows. A demonstration program can be run:
-python testswp.py
+python testsepq.py
The individual steps in the script can be run manually if wanted although the
shiboken program has complex arguments and differs between systems so run
|