aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/docs/ClientHamr
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-28 16:15:21 +1000
committerDavid Walter Seikel2014-05-28 16:15:21 +1000
commit7666177682592afe8bbccc722e803aec69dd152b (patch)
tree10f31a0491fb345841a5cffb65f9550dd7df6afe /docs/ClientHamr
parentNo, this is not the portal The Naminator came through, this is much worse. B-) (diff)
downloadSledjHamr-7666177682592afe8bbccc722e803aec69dd152b.zip
SledjHamr-7666177682592afe8bbccc722e803aec69dd152b.tar.gz
SledjHamr-7666177682592afe8bbccc722e803aec69dd152b.tar.bz2
SledjHamr-7666177682592afe8bbccc722e803aec69dd152b.tar.xz
Run the docs through a spell checker. I usually use an editor that doesn't have one.
Diffstat (limited to 'docs/ClientHamr')
-rw-r--r--docs/ClientHamr/README.GuiLua6
-rw-r--r--docs/ClientHamr/README.woMan2
-rw-r--r--docs/ClientHamr/ScriptEditor.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/ClientHamr/README.GuiLua b/docs/ClientHamr/README.GuiLua
index f60d7b2..72f13f3 100644
--- a/docs/ClientHamr/README.GuiLua
+++ b/docs/ClientHamr/README.GuiLua
@@ -97,7 +97,7 @@ something else), then unmarshal the result before sending it back to
97Lua. 97Lua.
98 98
99The second alternative, which the host app must REALLY request, is for 99The second alternative, which the host app must REALLY request, is for
100the host app to say "I'm REALLY going out of my way to be threadsafe, 100the host app to say "I'm REALLY going out of my way to be thread safe,
101just call me direct". No edje wrapper function, BUT the host app still 101just call me direct". No edje wrapper function, BUT the host app still
102has to use edje to register this function. 102has to use edje to register this function.
103 103
@@ -568,8 +568,8 @@ Windows with widgets relative to each other.
568Manual association of widgets to methods. 568Manual association of widgets to methods.
569Can include tool tip string, enabled, visible, hover cursor, bounding rectangle?, mouse opaque?, tab groups, font (name, size, style, and alignment). 569Can include tool tip string, enabled, visible, hover cursor, bounding rectangle?, mouse opaque?, tab groups, font (name, size, style, and alignment).
570 More stuff, typically hidden in the OO somewhere. sigh 570 More stuff, typically hidden in the OO somewhere. sigh
571Generally uses fixed image and colour names, which skins overide. 571Generally uses fixed image and colour names, which skins override.
572Skins can also overide the XML files. 572Skins can also override the XML files.
573Translations provide override XML files that need only override the text bits. 573Translations provide override XML files that need only override the text bits.
574 574
575 575
diff --git a/docs/ClientHamr/README.woMan b/docs/ClientHamr/README.woMan
index 1b3bbe0..990f9c5 100644
--- a/docs/ClientHamr/README.woMan
+++ b/docs/ClientHamr/README.woMan
@@ -25,7 +25,7 @@ viewer is not TPVP (Third Party Viewer Policy, an LL thing) compliant,
25and LL are just more anal than the rest of the universe. 25and LL are just more anal than the rest of the universe.
26 26
27NOTE: since I started this, LL in their *cough* infinite wisdom *cough*, 27NOTE: since I started this, LL in their *cough* infinite wisdom *cough*,
28decided that support of OpenSIm was a Really Bad Thing, so their viewers 28decided that support of OpenSim was a Really Bad Thing, so their viewers
29are no longer capable of dealing with other grids. LL have even gone as 29are no longer capable of dealing with other grids. LL have even gone as
30far as try to get other viewers to not support other grids. As far as 30far as try to get other viewers to not support other grids. As far as
31woMan is concerned, this just means that LL viewers, and viewers that 31woMan is concerned, this just means that LL viewers, and viewers that
diff --git a/docs/ClientHamr/ScriptEditor.txt b/docs/ClientHamr/ScriptEditor.txt
index 357793a..28cb6a3 100644
--- a/docs/ClientHamr/ScriptEditor.txt
+++ b/docs/ClientHamr/ScriptEditor.txt
@@ -22,5 +22,5 @@ the command finishes. Naturally that command could be "vi script.lsl",
22 22
23Toybox and terminology works under cygwin and Mac OS X. 23Toybox and terminology works under cygwin and Mac OS X.
24 24
25Rob pulls his finger out and starts putting my editting stuff in toybox 25Rob pulls his finger out and starts putting my editing stuff in toybox
26so I can progress with this. 26so I can progress with this.