aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorNemurimasu Neiro2010-08-27 03:44:49 +0000
committerMcCabe Maxsted2010-08-28 07:10:16 -0700
commit3b0b90a963f251d1cf813e8811a8d9b9fd8d48d5 (patch)
tree91244e5d5ae91b4f855d4f4b17bf5bee23a1d0b2 /linden/indra/newview
parentbulk upload supports .png too (diff)
downloadmeta-impy-3b0b90a963f251d1cf813e8811a8d9b9fd8d48d5.zip
meta-impy-3b0b90a963f251d1cf813e8811a8d9b9fd8d48d5.tar.gz
meta-impy-3b0b90a963f251d1cf813e8811a8d9b9fd8d48d5.tar.bz2
meta-impy-3b0b90a963f251d1cf813e8811a8d9b9fd8d48d5.tar.xz
correct capitalization of error message key
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llviewermenufile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewermenufile.cpp b/linden/indra/newview/llviewermenufile.cpp
index a18201b..364dcfd 100644
--- a/linden/indra/newview/llviewermenufile.cpp
+++ b/linden/indra/newview/llviewermenufile.cpp
@@ -576,7 +576,7 @@ void upload_new_resource(const std::string& src_filename, std::string name,
576 "No file extension for the file: '%s'\nPlease make sure the file has a correct file extension", 576 "No file extension for the file: '%s'\nPlease make sure the file has a correct file extension",
577 short_name.c_str()); 577 short_name.c_str());
578 args["FILE"] = short_name; 578 args["FILE"] = short_name;
579 upload_error(error_message, "NofileExtension", filename, args); 579 upload_error(error_message, "NoFileExtension", filename, args);
580 return; 580 return;
581 } 581 }
582 else if( exten == "bmp") 582 else if( exten == "bmp")