* src/plugins/Checkpoint.py: typo

svn: r7324
This commit is contained in:
Brian Matherly 2006-09-16 11:55:53 +00:00
parent 6d21b26a0a
commit bc78ab8087
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-09-16 Brian Matherly <brian@gramps-project.org>
* src/plugins/Checkpoint.py: typo
2006-09-12 Brian Matherly <brian@gramps-project.org>
* src/docgen/RTFDoc.py: fix page breaks (#0000441)

View File

@ -62,7 +62,7 @@ from PluginUtils import Tool, register_tool
if os.sys.platform == "win32":
_rcs_found = os.system("rcs -V >nul 2>nul") == 0
else:
_rcs_found = os.system("dot -V >/dev/null 2>/dev/null") == 0
_rcs_found = os.system("rcs -V >/dev/null 2>/dev/null") == 0
# Some message strings
rcs_setup_failure_msg = [