1
0
Çatalla 0

Fix haiku bug

Bu işleme şunda yer alıyor:
Carsten Larsen 2017-04-22 00:52:57 +02:00
ebeveyn f480dc1a19
işleme d723292cc7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

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