summaryrefslogtreecommitdiff
path: root/indra/newview/llassetuploadresponders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview/llassetuploadresponders.cpp')
-rw-r--r--indra/newview/llassetuploadresponders.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/llassetuploadresponders.cpp b/indra/newview/llassetuploadresponders.cpp
index cb96be2401..196d95cc29 100644
--- a/indra/newview/llassetuploadresponders.cpp
+++ b/indra/newview/llassetuploadresponders.cpp
@@ -20,7 +20,7 @@
#include "llinventoryview.h"
#include "llpermissionsflags.h"
#include "lluploaddialog.h"
-#include "llviewermenu.h" // FIXME -- for upload_new_resource()
+#include "llviewermenu.h" // for upload_new_resource()
#include "llviewerwindow.h"
#include "viewer.h"
@@ -165,9 +165,9 @@ void LLNewAgentInventoryResponder::result(const LLSD& result)
// remove the "Uploading..." message
LLUploadDialog::modalUploadFinished();
- // *FIX: This is a pretty big hack. What this does is check the
- // file picker if there are any more pending uploads. If so,
- // upload that file.
+ // *NOTE: This is a pretty big hack. What this does is check
+ // the file picker if there are any more pending uploads. If
+ // so, upload that file.
const char* next_file = LLFilePicker::instance().getNextFile();
if(next_file)
{