From cbdecd08a2bf40efb26c939e0f1a418a80ad5658 Mon Sep 17 00:00:00 2001 From: Brian Matherly Date: Sat, 16 Sep 2006 11:55:53 +0000 Subject: [PATCH] * src/plugins/Checkpoint.py: typo svn: r7324 --- gramps2/ChangeLog | 3 +++ gramps2/src/plugins/Checkpoint.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index ab1af3189..0119b75cd 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-09-16 Brian Matherly + * src/plugins/Checkpoint.py: typo + 2006-09-12 Brian Matherly * src/docgen/RTFDoc.py: fix page breaks (#0000441) diff --git a/gramps2/src/plugins/Checkpoint.py b/gramps2/src/plugins/Checkpoint.py index 5cba97b5e..ec1ae0a5a 100644 --- a/gramps2/src/plugins/Checkpoint.py +++ b/gramps2/src/plugins/Checkpoint.py @@ -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 = [