Merge git://github.com/Lirusaito/SingularityViewer

This commit is contained in:
Siana Gearz
2011-12-28 04:28:49 +01:00
2 changed files with 2 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ BOOL LLInventoryObject::importLegacyStream(std::istream& input_stream)
}
// exportFile should be replaced with exportLegacyStream
// not sure whether exportLegacyStream(llofstream(fp)) would work, fp may need to get icramented...
// not sure whether exportLegacyStream(llofstream(fp)) would work, fp may need to get incremented...
BOOL LLInventoryObject::exportFile(LLFILE* fp, BOOL) const
{
std::string uuid_str;

View File

@@ -66,7 +66,7 @@
<ScrollBgWriteableColor value="33, 33, 33, 80" />
<ScrollBGStripeColor value="100, 100, 100, 25" />
<ScrollDisabledColor value="33, 33, 33, 204" />
<ScrollSelectedBGColor value="33, 33, 33, 204" />
<ScrollSelectedBGColor value="222, 222, 222, 150" />
<ScrollSelectedFGColor value="255, 255, 255, 255" /> <!-- Text color -->
<ScrollUnselectedColor value="222, 222, 222, 150" /> <!-- Text color -->
<ScrollHighlightedColor value="222, 222, 222, 80" /> <!-- Hover color -->