diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-13 13:27:24 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2010-12-13 13:27:24 -0500 |
commit | b76c59a191a5d9a22db9760e0149e2e596964c00 (patch) | |
tree | c4ca5f73959f2b431b11f7a969822f9d183765c0 /indra | |
parent | 6a59861bde42e1b8ddc8c19a0b37a2b0a7011f7a (diff) |
SH-653 FIX: upload button now starts out disabled
Diffstat (limited to 'indra')
-rwxr-xr-x[-rw-r--r--] | indra/newview/llfloatermodelpreview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermodelpreview.cpp b/indra/newview/llfloatermodelpreview.cpp index b82e9dd62f..4992661e92 100644..100755 --- a/indra/newview/llfloatermodelpreview.cpp +++ b/indra/newview/llfloatermodelpreview.cpp @@ -267,6 +267,7 @@ BOOL LLFloaterModelPreview::postBuild() //childSetLabelArg("ok_btn", "[AMOUNT]", llformat("%d",sUploadAmount)); childSetAction("ok_btn", onUpload, this); + childDisable("ok_btn"); childSetAction("consolidate", onConsolidate, this); childSetAction("clear_materials", onClearMaterials, this); |