blob: f5bf43a4e4713175697772767c47ee3094e81fee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-af,v 1.2 2000/09/03 14:49:48 wiz Exp $
--- piechart.htm.orig Wed Aug 30 16:47:55 2000
+++ piechart.htm Wed Aug 30 16:50:38 2000
@@ -91,9 +91,9 @@
on package installation procedures). Once the stooop and tkpiechart packages
are properly installed, insert the following code around the beginning
of your application (before you create any pie):
-<pre>package require stooop 3.7
+<pre>package require stooop
namespace import stooop::*
-package require switched 1.4
+package require switched
package require tkpiechart 5.4</pre>
<h3>
|