gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/uml view.mp view.uml


From: Asko Soukka
Subject: [Gzz-commits] gzz/doc/uml view.mp view.uml
Date: Wed, 04 Dec 2002 10:54:20 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Asko Soukka <address@hidden>    02/12/04 10:54:19

Modified files:
        doc/uml        : view.mp view.uml 

Log message:
        *sigh v2* :)

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/view.mp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/view.uml.diff?tr1=1.2&tr2=1.3&r1=text&r2=text

Patches:
Index: gzz/doc/uml/view.mp
diff -u gzz/doc/uml/view.mp:1.2 gzz/doc/uml/view.mp:1.3
--- gzz/doc/uml/view.mp:1.2     Wed Dec  4 10:50:40 2002
+++ gzz/doc/uml/view.mp Wed Dec  4 10:54:19 2002
@@ -11,8 +11,8 @@
 gzz.client.c = (0, 200);
   horizontally(50, gzz.client_h, gzz.client);
 
-gzz.vob.c = (500, -150);  
-  horizontally(50, gzz.vob_h, gzz.vob);
+Vobs.c = (500, -150);  
+  horizontally(50, Vobs_h, Vobs);
   
 pad = 30;
 gzz.view.nw = ViewContext.nw +(-pad, 100);
Index: gzz/doc/uml/view.uml
diff -u gzz/doc/uml/view.uml:1.2 gzz/doc/uml/view.uml:1.3
--- gzz/doc/uml/view.uml:1.2    Wed Dec  4 10:50:40 2002
+++ gzz/doc/uml/view.uml        Wed Dec  4 10:54:19 2002
@@ -4,7 +4,7 @@
        jlink
        use View
 
-package gzz.vob
+package Vobs
        jlink
                ../Gzz_Frontend_Vobs.html
 
@@ -42,9 +42,9 @@
        inherit CellInBox
        use ViewContext
        use CellContentView
-       use gzz.vob
+       use Vobs
 
 class CellContentView "abstract"
        jlink
        inherit CellInBox
-       use gzz.vob
+       use Vobs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]