diff options
author | Aleric Inglewood | 2010-11-03 17:58:09 +0100 |
---|---|---|
committer | Aleric Inglewood | 2010-11-03 17:58:09 +0100 |
commit | 30cf280a26413ea950cd11f5dc7530633a7e2957 (patch) | |
tree | 1621a8b51ddff902141bd7ddc77df6a4d5da2bfb /linden/indra/newview/llassetuploadresponders.cpp | |
parent | Rename hippo* files to lower case (PART 1 OF 2) (diff) | |
download | meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.zip meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.tar.gz meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.tar.bz2 meta-impy-30cf280a26413ea950cd11f5dc7530633a7e2957.tar.xz |
Rename hippo* files to lower case (PART 2 OF 2)
There was a problem with #include "hippolimits.h" because
the file is called hippoLimits.h (with an uppercase L).
After some discussion on IRC it was reluctantly decided that
filenames should be lowercase, as is done for every Linden file.
This is part 2 or 2 (the first part just renamed the files).
This part changes all files to make the viewer compile again
after the renaming.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llassetuploadresponders.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llassetuploadresponders.cpp b/linden/indra/newview/llassetuploadresponders.cpp index b9ec9a0..d4a75f7 100644 --- a/linden/indra/newview/llassetuploadresponders.cpp +++ b/linden/indra/newview/llassetuploadresponders.cpp | |||
@@ -63,7 +63,7 @@ | |||
63 | #include "llscrolllistctrl.h" | 63 | #include "llscrolllistctrl.h" |
64 | #include "llsdserialize.h" | 64 | #include "llsdserialize.h" |
65 | 65 | ||
66 | #include "hippoGridManager.h" | 66 | #include "hippogridmanager.h" |
67 | 67 | ||
68 | // When uploading multiple files, don't display any of them when uploading more than this number. | 68 | // When uploading multiple files, don't display any of them when uploading more than this number. |
69 | static const S32 FILE_COUNT_DISPLAY_THRESHOLD = 5; | 69 | static const S32 FILE_COUNT_DISPLAY_THRESHOLD = 5; |