Fix Sound Upload not working

Was broken by a change in f77f846c8d
Thanks to Lucia TopHat and Tazy Scientist for helping me test and confirm all this.
This commit is contained in:
Lirusaito
2012-09-12 08:18:03 -04:00
parent 31041f2ade
commit b663110288

View File

@@ -157,7 +157,10 @@ BOOL LLFloaterNameDesc::postBuild()
// OK button
childSetLabelArg("ok_btn", "[UPLOADFEE]", gHippoGridManager->getConnectedGrid()->getUploadFee());
//childSetAction("ok_btn", onBtnOK, this);
if (exten == "wav")
{
childSetAction("ok_btn", onBtnOK, this);
}
setDefaultBtn("ok_btn");
return TRUE;