X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fapp.cpp;h=e878edfc9c206836db892fc13cb7cf572038f230;hb=bfca68337bb71d75f7848922c2d0a73837c923cb;hp=264a79a6f54050ec5e0b238ce5deab0df74a5f22;hpb=68e8886a9aaf48fcc130334d8cf4fe35a4534a02;p=virtualjaguar diff --git a/src/gui/app.cpp b/src/gui/app.cpp index 264a79a..e878edf 100644 --- a/src/gui/app.cpp +++ b/src/gui/app.cpp @@ -32,12 +32,12 @@ int main(int argc, char * argv[]) } } - Q_INIT_RESOURCE(vj); // This must the same name as the exe filename + Q_INIT_RESOURCE(virtualjaguar); // This must the same name as the exe filename //or is it the .qrc filename??? // This is so we can pass this stuff using signal/slot mechanism... //ick int id = qRegisterMetaType(); - LogInit("vj.log"); // Init logfile + LogInit("virtualjaguar.log"); // Init logfile App app(argc, argv); // Declare an instance of the application int retVal = app.exec(); // And run it!