@@ -186,8 +186,8 @@ EXTERN char* pd_version;
186186
187187struct AboutPanel : public Component {
188188
189- Image logo = ImageFileFormat::loadFrom(BinaryData::plugd_logo_png , BinaryData::plugd_logo_pngSize );
190-
189+ Image logo = ImageFileFormat::loadFrom(BinaryData::plugdata_logo_png , BinaryData::plugdata_logo_pngSize );
190+
191191 void paint (Graphics& g) override
192192 {
193193 g.setFont (30 );
@@ -205,11 +205,11 @@ struct AboutPanel : public Component {
205205 g.drawFittedText (" Inter font by Rasmus Andersson" , 150 , 210 , getWidth () - 150 , 50 , Justification::left, 2 );
206206 g.drawFittedText (" Made with JUCE" , 150 , 230 , getWidth () - 150 , 50 , Justification::left, 2 );
207207
208- g.drawFittedText (" Special thanks to: Deskew Technologies, ludnny, kreth608, Joshua A.C. Newman, QuevasMz, chee, polarity, CyrCom and emptyvesselnz for supporting this project" , 150 , 270 , getWidth () - 200 , 80 , Justification::left, 3 );
208+ g.drawFittedText (" Special thanks to: Deskew Technologies, ludnny, kreth608, Joshua A.C. Newman, QuevasMz, chee, polarity, CyrCom, emptyvesselnz, grabanton, daniellumertz and vasilymilovidov for supporting this project" , 150 , 270 , getWidth () - 200 , 80 , Justification::left, 3 );
209209
210210 g.drawFittedText (" This program is published under the terms of the GPL3 license" , 150 , 340 , getWidth () - 150 , 50 , Justification::left, 2 );
211211
212- Rectangle<float > logoBounds = { 10 .0f , 20 .0f , 128 , 128 };
212+ Rectangle<float > logoBounds = { 20 .0f , 20 .0f , 110 , 110 };
213213
214214 g.drawImage (logo, logoBounds);
215215 }
0 commit comments