Changed style of comments with asterisks to avoid highlighting errors on //* with weak highlighters, change is to all files that could potentially break highlights
Most were needed, though some were just for possible problems with highlighting, should not affect performance whatsoever.
This commit is contained in:
@@ -623,7 +623,7 @@ std::string LLPanel::getString(const std::string& name, const LLStringUtil::form
|
||||
formatted_string.setArgList(args);
|
||||
return formatted_string.getString();
|
||||
}
|
||||
std::string err_str("Failed to find string " + name + " in panel " + getName()); //*TODO: Translate
|
||||
std::string err_str("Failed to find string " + name + " in panel " + getName()); // *TODO: Translate
|
||||
// *TODO: once the QAR-369 ui-cleanup work on settings is in we need to change the following line to be
|
||||
//if(LLUI::sConfigGroup->getBOOL("QAMode"))
|
||||
if(LLUI::sQAMode)
|
||||
@@ -644,7 +644,7 @@ std::string LLPanel::getString(const std::string& name) const
|
||||
{
|
||||
return found_it->second;
|
||||
}
|
||||
std::string err_str("Failed to find string " + name + " in panel " + getName()); //*TODO: Translate
|
||||
std::string err_str("Failed to find string " + name + " in panel " + getName()); // *TODO: Translate
|
||||
if(LLUI::sQAMode)
|
||||
{
|
||||
llerrs << err_str << llendl;
|
||||
|
||||
Reference in New Issue
Block a user