summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.h
diff options
context:
space:
mode:
authorIma Mechanique <ima.mechanique@secondlife.com>2013-11-11 16:34:16 +0000
committerIma Mechanique <ima.mechanique@secondlife.com>2013-11-11 16:34:16 +0000
commit377eb5561f885902585830226fd82c4ceeec4e05 (patch)
tree4736e0ce2134ef26c165a64fbf216661e7307772 /indra/newview/llpreviewscript.h
parent3e41917403fb3519adac2343ca21a1f289596621 (diff)
Renaming initKeywords to better reflect its intended use (onRegionChangeInitialiseKeywords)
Diffstat (limited to 'indra/newview/llpreviewscript.h')
-rwxr-xr-xindra/newview/llpreviewscript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpreviewscript.h b/indra/newview/llpreviewscript.h
index 149c27461e..2dd5a1b6a7 100755
--- a/indra/newview/llpreviewscript.h
+++ b/indra/newview/llpreviewscript.h
@@ -78,7 +78,7 @@ public:
~LLScriptEdCore();
void initMenu();
- void initKeywords();
+ void onRegionChangeInitialiseKeywords();
virtual void draw();
/*virtual*/ BOOL postBuild();