[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [OpenVerse] Cruise's Workshop - Bugs Bugs Bugs (just add lag)
On Tuesday, October 23, 2001 10:00, Andy Goth wrote:
> On Tuesday, October 23, 2001 5:04, you wrote:
> > * CRUISE - Created a "Pro" Pannel which has the textchat
> > window built in. It is pretty much a combination of
> > NotFun and TextChat window It overwrites the ToggleText
> > function for drawing the TextChat window.. this should
> > be noted! as always only the Fun pannel will gaurentee
> > complete compatability but report any problems you have
> > anyway.
>
> Oops. Also, this panel still has a "Text Chat" entry in the OpenVerse
> menu.
Heh, lazy me. I'll just provide the patches.
--- OpenVerse.tcl.old Tue Oct 23 22:04:02 2001
+++ OpenVerse.tcl Tue Oct 23 22:04:05 2001
@@ -291,6 +291,9 @@
if {![file exists "$MV(homedir)/panels/NotFun"]} {
file copy "$MV(libbase)/panels/NotFun"
"$MV(homedir)/panels"
}
+ if {![file exists "$MV(homedir)/panels/Pro"]} {
+ file copy "$MV(libbase)/panels/Pro"
"$MV(homedir)/panels"
+ }
if {![file exists $MV(homedir)/plugins]} {
file mkdir $MV(homedir)/plugins
file mkdir $MV(homedir)/plugins/Query
--- Pro.old Tue Oct 23 22:06:34 2001
+++ Pro Tue Oct 23 22:07:25 2001
@@ -46,7 +46,6 @@
menu .menu.main.m.ov.m
.menu.main.m.ov.m add cascade -label [Trns passageways] -menu
.menu.main.m.ov.m.m
menu .menu.main.m.ov.m.m
-.menu.main.m.ov.m add command -label [Trns text_chat] -command ToggleText
.menu.main.m.ov.m add command -label [Trns setup] -command Setup
.menu.main.m.ov.m add checkbutton -label [Trns sound] -variable MV(bell)
.menu.main.m.ov.m add separator
--
Andy Goth | unununium@openverse.org | http://null.cc.uic.edu/~andy/
-----------------------------------------------------------------
To unsubscribe to the OpenVerse mailing list send a message
to openverse-request@openverse.org with the following word
in the BODY of the message.
UNSUBSCRIBE
If you need assistance from a human, email cruise@openverse.org
-----------------------------------------------------------------