--- daVinci_orig.ecl	2007-12-06 16:07:28.000000000 +0100
+++ daVinci.ecl	2007-12-06 16:07:37.000000000 +0100
@@ -419,7 +419,19 @@
 	),
 	existing_file(Executable, ["",".exe"], [executable], _),
 	!.
+% and now for its new name: uDrawGraph
+da_executable(Executable) :-
+	getenv("UDG_HOME", DAVINCIHOME_OS),
+	os_file_name(DAVINCIHOME, DAVINCIHOME_OS),
+	(
+	    concat_string([DAVINCIHOME,"/bin/uDrawGraph"], Executable)
+	;
+	    concat_string([DAVINCIHOME,"/uDrawGraph"], Executable)
+	),
+	existing_file(Executable, ["",".exe"], [executable], _),
+	!.
 da_executable("daVinci").	% hope it's in the PATH ...
+da_executable("uDrawGraph"). % This will never get reached.
 
 
 da(X):-
