Fix haiku bug

This commit is contained in:
Carsten Larsen 2017-04-22 00:52:57 +02:00
부모 f480dc1a19
커밋 d723292cc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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;