X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=bs%2Fmain.cpp;h=6f56e877c3bba5b2e66fd2e5b92653469da916e9;hb=refs%2Ftags%2FHBS_0_3_2;hp=387e302169dc2394fb5bc6158e6a0a6b49acdae3;hpb=071b5f2d6ca710d048a58ee40e32bc623033c46e;p=hbs.git 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();