diff options
author | Jonathan Yap <none@none> | 2012-02-19 16:20:47 -0500 |
---|---|---|
committer | Jonathan Yap <none@none> | 2012-02-19 16:20:47 -0500 |
commit | 065edd19d60737ee330b0f64defb301995fdb5fd (patch) | |
tree | af5e111c780acadf3d2809e5b9e5e51632ff6134 /indra/newview/app_settings/commands.xml | |
parent | 566bbe7e09bf9cd9939cfae40773d86993803d1b (diff) |
STORM-1808 Fix wrong name in xml file
Diffstat (limited to 'indra/newview/app_settings/commands.xml')
-rw-r--r-- | indra/newview/app_settings/commands.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/app_settings/commands.xml b/indra/newview/app_settings/commands.xml index 12ce45717b..73df064ab2 100644 --- a/indra/newview/app_settings/commands.xml +++ b/indra/newview/app_settings/commands.xml @@ -40,7 +40,7 @@ is_enabled_function="Build.Enabled" is_enabled_parameters="build" is_running_function="Floater.IsOpen" - is_running_parameters="toolbox floater" + is_running_parameters="build" /> <command name="chat" available_in_toybox="true" |