replaced alt&host buttons with OOC auto-prefix button, added rules and news to help menu

This commit is contained in:
Tastyfish
2012-03-15 03:46:48 -04:00
parent a667cf5c30
commit 001afa31c2

View File

@@ -299,6 +299,33 @@ menu "menu"
group = "" group = ""
is-disabled = false is-disabled = false
saved-params = "is-checked" saved-params = "is-checked"
elem
name = ""
command = ""
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&Rules"
command = "Rules"
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
elem
name = "&News"
command = "Read-News"
category = "&Help"
is-checked = false
can-check = false
group = ""
is-disabled = false
saved-params = "is-checked"
window "Telecomms IDE" window "Telecomms IDE"
@@ -1037,7 +1064,7 @@ window "mainwindow"
elem "input" elem "input"
type = INPUT type = INPUT
pos = 3,420 pos = 3,420
size = 517x20 size = 554x20
anchor1 = 0,100 anchor1 = 0,100
anchor2 = 100,100 anchor2 = 100,100
font-family = "" font-family = ""
@@ -1060,7 +1087,7 @@ window "mainwindow"
no-command = false no-command = false
elem "saybutton" elem "saybutton"
type = BUTTON type = BUTTON
pos = 520,420 pos = 557,420
size = 40x20 size = 40x20
anchor1 = 100,100 anchor1 = 100,100
anchor2 = none anchor2 = none
@@ -1080,16 +1107,16 @@ window "mainwindow"
on-size = "" on-size = ""
text = "Chat" text = "Chat"
image = "" image = ""
command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" macrobutton.is-checked=false:input.command=\"" command = ".winset \"saybutton.is-checked=true?input.command=\"!say \\\"\" oocbutton.is-checked=false:input.command=\""
is-flat = false is-flat = false
stretch = false stretch = false
is-checked = false is-checked = false
group = "" group = ""
button-type = pushbox button-type = pushbox
elem "macrobutton" elem "oocbutton"
type = BUTTON type = BUTTON
pos = 560,420 pos = 597,420
size = 30x20 size = 40x20
anchor1 = 100,100 anchor1 = 100,100
anchor2 = none anchor2 = none
font-family = "" font-family = ""
@@ -1098,7 +1125,7 @@ window "mainwindow"
text-color = #000000 text-color = #000000
background-color = none background-color = none
is-visible = true is-visible = true
is-disabled = true is-disabled = false
is-transparent = false is-transparent = false
is-default = false is-default = false
border = none border = none
@@ -1106,42 +1133,14 @@ window "mainwindow"
right-click = false right-click = false
saved-params = "is-checked" saved-params = "is-checked"
on-size = "" on-size = ""
text = "Alt" text = "OOC"
image = "" image = ""
command = ".winset \"macrobutton.is-checked=true?input.command=\"!.alt \" saybutton.is-checked=false:input.command=\"" command = ".winset \"oocbutton.is-checked=true?input.command=\"!ooc \\\"\" saybutton.is-checked=false:input.command=\""
is-flat = false is-flat = false
stretch = false stretch = false
is-checked = false is-checked = false
group = "" group = ""
button-type = pushbox button-type = pushbox
elem "hostb"
type = BUTTON
pos = 590,420
size = 47x20
anchor1 = 100,100
anchor2 = none
font-family = ""
font-size = 0
font-style = ""
text-color = #000000
background-color = none
is-visible = true
is-disabled = true
is-transparent = false
is-default = false
border = none
drop-zone = false
right-click = false
saved-params = "is-checked"
on-size = ""
text = "Host..."
image = ""
command = ".host"
is-flat = false
stretch = false
is-checked = false
group = ""
button-type = pushbutton
window "mapwindow" window "mapwindow"
elem "mapwindow" elem "mapwindow"
@@ -1380,7 +1379,7 @@ window "rpane"
font-style = "" font-style = ""
text-color = #000000 text-color = #000000
background-color = none background-color = none
is-visible = true is-visible = false
is-disabled = false is-disabled = false
is-transparent = false is-transparent = false
is-default = false is-default = false