Skip to content

Commit be5fd40

Browse files
committed
Update binary data
1 parent 906d7d3 commit be5fd40

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

libs/compat/BinaryData.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ const char* Editing_elw = (const char*) temp_binary_data_2;
110110

111111
//================== developers.txt ==================
112112
static const unsigned char temp_binary_data_3[] =
113-
"eliot-akira\n"
113+
"Eliot Akira (eliot-akira)\n"
114114
"iamvs2002\n";
115115

116116
const char* developers_txt = (const char*) temp_binary_data_3;
@@ -353,7 +353,7 @@ const char* getNamedResource (const char* resourceNameUTF8, int& numBytes)
353353
case 0x0dbee79a: numBytes = 1153; return PowerButton_48x48_png;
354354
case 0x5b24ff63: numBytes = 1631; return Classic_elw;
355355
case 0xe469c969: numBytes = 1820; return Editing_elw;
356-
case 0x117be71a: numBytes = 22; return developers_txt;
356+
case 0x117be71a: numBytes = 36; return developers_txt;
357357
case 0x9eb8b85f: numBytes = 11697; return ElementIcon_png;
358358
case 0xcd7846f9: numBytes = 7122; return ElementIconTemplate_png;
359359
default: break;

libs/compat/BinaryData.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace BinaryData
1818
const int Editing_elwSize = 1820;
1919

2020
extern const char* developers_txt;
21-
const int developers_txtSize = 22;
21+
const int developers_txtSize = 36;
2222

2323
extern const char* ElementIcon_png;
2424
const int ElementIcon_pngSize = 11697;

0 commit comments

Comments
 (0)