Index: git-viz-0.1/configure.ac
===================================================================
--- git-viz-0.1.orig/configure.ac	2005-04-17 14:28:00.000000000 +0200
+++ git-viz-0.1/configure.ac	2005-06-20 00:54:11.680360616 +0200
@@ -1,4 +1,4 @@
-AC_INIT(monotone-viz, 0.9)
+AC_INIT(git-viz, 0.1)
 
 AC_PROG_OCAML
 AC_PROG_OCAML_TOOLS
Index: git-viz-0.1/unidiff.ml
===================================================================
--- git-viz-0.1.orig/unidiff.ml	2005-04-17 20:20:06.000000000 +0200
+++ git-viz-0.1/unidiff.ml	2005-06-20 00:59:21.312289408 +0200
@@ -89,7 +89,7 @@
   let s = GWindow.file_chooser_dialog 
       ~action:`SAVE ~parent 
       ~destroy_with_parent:true
-      ~title:"Save monotone diff output" () in
+      ~title:"Save git diff output" () in
   s#add_button_stock `CANCEL `CANCEL ;
   s#add_select_button_stock `SAVE `SAVE ;
   s#set_default_response `SAVE ;
@@ -102,13 +102,13 @@
 	  with_file_out
 	    (fun oc -> output_string oc text) f
 	with Sys_error _ ->
-	  Viz_types.errorf "Could not write monotone diff output to '%s'" f)) ;
+	  Viz_types.errorf "Could not write git diff output to '%s'" f)) ;
   s
 
 let view_diff ?parent (junk_end, tags_coords) text =
   let window = GWindow.dialog 
       ~no_separator:true ?parent 
-      ~title:"Monotone diff output" 
+      ~title:"Git diff output" 
       ~type_hint:`NORMAL
       ~icon:(Lazy.force Icon.monotone) () in
   window#add_button_stock `SAVE `SAVE ;
@@ -179,6 +179,6 @@
 	~buttons:GWindow.Buttons.close
 	?parent
 	~destroy_with_parent:true
-	~title:"Monotone diff output" () in
+	~title:"Git diff output" () in
     ignore (d#connect#response (fun _ -> d#destroy ())) ;
     d#show ()
