X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fmain.cpp;h=6f56e877c3bba5b2e66fd2e5b92653469da916e9;hp=387e302169dc2394fb5bc6158e6a0a6b49acdae3;hb=d1b57a078d3edb148f8b6ec61944a0b852a4bf94;hpb=2fd4fff0f5eef1d64527b202924f16f2242691dc diff --git a/bs/main.cpp b/bs/main.cpp index 387e302..6f56e87 100644 --- a/bs/main.cpp +++ b/bs/main.cpp @@ -39,7 +39,7 @@ int main(int argc, char *argv[]) BSApp *bs=new BSApp(); a.setMainWidget(bs); - bs->setCaption("Harv's BattleSystem" VERSION); + bs->setCaption("Harv's BattleSystem " VERSION); //eonsl->showMaximized(); bs->resize(800,600); bs->show();