Fix haiku bug

Este commit está contenido en:
Carsten Larsen 2017-04-22 00:52:57 +02:00
padre f480dc1a19
commit d723292cc7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -142,7 +142,7 @@ void HaikuWindow::ShowAbout(void)
CharBuffer *buf = new CharBuffer();
static const char* version = TXTTITLE SPACE RELDATESTAMP;
static const char* compiler = TXTCOMPSHTMSG;
static const char* compiler = TXTCOMPMSG;
static const char* footer = "Details specified in license.";
int len = StrLen(version) + StrLen(compiler) + StrLen(footer) + 10;