X-Git-Url: https://ruin.nu/git/?p=hbs.git;a=blobdiff_plain;f=bs%2Fmain.cpp;h=387e302169dc2394fb5bc6158e6a0a6b49acdae3;hp=e91959284000784b0cf6bdc33185a7863f00f5a5;hb=071b5f2d6ca710d048a58ee40e32bc623033c46e;hpb=1bb3da557a983d00ec3ff37ff94152e6f109ee4a diff --git a/bs/main.cpp b/bs/main.cpp index e919592..387e302 100644 --- a/bs/main.cpp +++ b/bs/main.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include "../config.h" #include "bs.h" @@ -27,8 +28,11 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); //QStyle* s = new QCDEStyle(); + //QTranslator translator( 0 ); + //translator.load( "se_SE.qm", "/home/whale/src/hbs" ); + //a.installTranslator( &translator ); - a.setFont(QFont("times", 12)); + //a.setFont(QFont("times", 12)); /* uncomment the following line, if you want a Windows 95 look*/ // a.setStyle(WindowsStyle); //a.setStyle(s);