summarylogtreecommitdiffstats
path: root/cpp2dia.patch
blob: 2fc01e66737e09d56da3ec660f1a47084a4e0084 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- cpp2dia.tclsh	2003-05-14 05:27:30.000000000 -0400
+++ cpp2dia.tclsh	2010-05-03 15:41:48.000000000 -0400
@@ -97,8 +97,8 @@
 	global env
 	set iConfigVersion 1
 		
-	set aDefault(install_path) [file join $env(HOME) "cpp2dia" ]
-	set aDefault(dot_layouter) [file join $env(HOME) "gv1.7c" bin neato ]
+	set aDefault(install_path) "/usr/share/cpp2dia"
+	set aDefault(dot_layouter) "/usr/bin/neato"
 	set aDefault(dot_graphtype) "graph"
 	set aDefault(glob_header) "*.h *.hxx"
 	set aDefault(glob_source) "*.cxx *.cpp"