|
From: Chris W. <la...@us...> - 2001-11-14 12:56:54
|
Update of /cvsroot/openinteract/OpenInteract/script
In directory usw-pr-cvs1:/tmp/cvs-serv18091
Modified Files:
oi_manage
Log Message:
fixed trailing labels on a couple of actions
Index: oi_manage
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/script/oi_manage,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** oi_manage 2001/11/08 17:56:05 1.52
--- oi_manage 2001/11/14 12:56:50 1.53
***************
*** 466,470 ****
print "The following documents were considered:\n\n",
$doc_status,
! "\n$SEP\nFinished listing actions!\n";
exit(0);
}
--- 466,470 ----
print "The following documents were considered:\n\n",
$doc_status,
! "\n$SEP\nFinished refreshing docs!\n";
exit(0);
}
***************
*** 496,500 ****
print "The following widgets were considered:\n\n",
$widget_status,
! "\n$SEP\nFinished listing actions!\n";
exit(0);
}
--- 496,500 ----
print "The following widgets were considered:\n\n",
$widget_status,
! "\n$SEP\nFinished refreshing widgets!\n";
exit(0);
}
|