diff options
author | David Walter Seikel | 2014-05-28 16:15:21 +1000 |
---|---|---|
committer | David Walter Seikel | 2014-05-28 16:15:21 +1000 |
commit | 7666177682592afe8bbccc722e803aec69dd152b (patch) | |
tree | 10f31a0491fb345841a5cffb65f9550dd7df6afe /docs/ClientHamr | |
parent | No, this is not the portal The Naminator came through, this is much worse. B-) (diff) | |
download | SledjHamr-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.GuiLua | 6 | ||||
-rw-r--r-- | docs/ClientHamr/README.woMan | 2 | ||||
-rw-r--r-- | docs/ClientHamr/ScriptEditor.txt | 2 |
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 | |||
97 | Lua. | 97 | Lua. |
98 | 98 | ||
99 | The second alternative, which the host app must REALLY request, is for | 99 | The second alternative, which the host app must REALLY request, is for |
100 | the host app to say "I'm REALLY going out of my way to be threadsafe, | 100 | the host app to say "I'm REALLY going out of my way to be thread safe, |
101 | just call me direct". No edje wrapper function, BUT the host app still | 101 | just call me direct". No edje wrapper function, BUT the host app still |
102 | has to use edje to register this function. | 102 | has to use edje to register this function. |
103 | 103 | ||
@@ -568,8 +568,8 @@ Windows with widgets relative to each other. | |||
568 | Manual association of widgets to methods. | 568 | Manual association of widgets to methods. |
569 | Can include tool tip string, enabled, visible, hover cursor, bounding rectangle?, mouse opaque?, tab groups, font (name, size, style, and alignment). | 569 | Can 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 |
571 | Generally uses fixed image and colour names, which skins overide. | 571 | Generally uses fixed image and colour names, which skins override. |
572 | Skins can also overide the XML files. | 572 | Skins can also override the XML files. |
573 | Translations provide override XML files that need only override the text bits. | 573 | Translations 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, | |||
25 | and LL are just more anal than the rest of the universe. | 25 | and LL are just more anal than the rest of the universe. |
26 | 26 | ||
27 | NOTE: since I started this, LL in their *cough* infinite wisdom *cough*, | 27 | NOTE: since I started this, LL in their *cough* infinite wisdom *cough*, |
28 | decided that support of OpenSIm was a Really Bad Thing, so their viewers | 28 | decided that support of OpenSim was a Really Bad Thing, so their viewers |
29 | are no longer capable of dealing with other grids. LL have even gone as | 29 | are no longer capable of dealing with other grids. LL have even gone as |
30 | far as try to get other viewers to not support other grids. As far as | 30 | far as try to get other viewers to not support other grids. As far as |
31 | woMan is concerned, this just means that LL viewers, and viewers that | 31 | woMan 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 | ||
23 | Toybox and terminology works under cygwin and Mac OS X. | 23 | Toybox and terminology works under cygwin and Mac OS X. |
24 | 24 | ||
25 | Rob pulls his finger out and starts putting my editting stuff in toybox | 25 | Rob pulls his finger out and starts putting my editing stuff in toybox |
26 | so I can progress with this. | 26 | so I can progress with this. |