* src/plugins/Checkpoint.py: typo
svn: r7324
This commit is contained in:
parent
6d21b26a0a
commit
bc78ab8087
@ -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)
|
||||
|
||||
|
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user