Fix a warning typo and a minor bug I thought I'd fixed long ago indicated by some getString warning spam
This commit is contained in:
@@ -176,7 +176,7 @@ void LLMemory::logMemoryInfo(BOOL update)
|
||||
|
||||
llinfos << "Current allocated physical memory(KB): " << sAllocatedMemInKB << llendl ;
|
||||
llinfos << "Current allocated page size (KB): " << sAllocatedPageSizeInKB << llendl ;
|
||||
llinfos << "Current availabe physical memory(KB): " << sAvailPhysicalMemInKB << llendl ;
|
||||
llinfos << "Current available physical memory(KB): " << sAvailPhysicalMemInKB << llendl ;
|
||||
llinfos << "Current max usable memory(KB): " << sMaxPhysicalMemInKB << llendl ;
|
||||
|
||||
llinfos << "--- private pool information -- " << llendl ;
|
||||
|
||||
@@ -30,4 +30,7 @@
|
||||
<string name="media_play_tooltip">
|
||||
Display Web content at this location.
|
||||
</string>
|
||||
<string name="Title">Title</string>
|
||||
<string name="Artist">Artist</string>
|
||||
<string name="Now_playing">Now playing</string>
|
||||
</panel>
|
||||
|
||||
@@ -2,4 +2,7 @@
|
||||
<panel name="media_remote">
|
||||
<panel filename="panel_bg_tab.xml"/>
|
||||
<panel filename="panel_media_controls.xml"/>
|
||||
<string name="Title">Título</string>
|
||||
<string name="Artist">Artista</string>
|
||||
<string name="Now_playing">Ejecutándose ahora</string>
|
||||
</panel>
|
||||
|
||||
Reference in New Issue
Block a user