|
|
@@ -9552,7 +9552,7 @@ void ZipFile::init() |
|
|
|
break; |
|
|
|
|
|
|
|
ZipEntryInfo* const zei = new ZipEntryInfo(); |
|
|
|
zei->entry.filename = String (buffer + 46, fileNameLen); |
|
|
|
zei->entry.filename = String::fromUTF8 ((const uint8*) buffer + 46, fileNameLen); |
|
|
|
|
|
|
|
const int time = littleEndianShort (buffer + 12); |
|
|
|
const int date = littleEndianShort (buffer + 14); |
|
|
@@ -51026,6 +51026,8 @@ void TableHeaderComponent::showColumnChooserMenu (const int columnIdClicked) |
|
|
|
|
|
|
|
if (m.getNumItems() > 0) |
|
|
|
{ |
|
|
|
m.setLookAndFeel (&getLookAndFeel()); |
|
|
|
|
|
|
|
const int result = m.show(); |
|
|
|
|
|
|
|
if (result != 0) |
|
|
|