X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.cpp;h=0901b0f6e1c04ac3b09ba7f0c466ac4f7799543c;hb=dc2b5ea2786687316224f5c29a4b7bdebddc71b5;hp=14ccfd801395f6a0a388c19374e494cdaa90b6fd;hpb=8103796dd981a8a1c2e18979fd5ef3a1f3f1ccdb;p=virtualjaguar diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 14ccfd8..0901b0f 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -20,6 +20,7 @@ #include "about.h" #include "version.h" + AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) { setWindowTitle(tr("About Virtual Jaguar...")); @@ -36,8 +37,8 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) VJ_RELEASE_VERSION " (" VJ_RELEASE_SUBVERSION ")" "" "Coders: James Hammons (shamus)
Niels Wagenaar (nwagenaar)
Carwin Jones (Caz)
Adam Green" - "Testers: Cyrano Jones, LinkoVitch, neo-rg, Robert R,
TheUMan, Dissection, overridex, geormetal" - "Build Team: ggn (win32)
LinkoVitch, goldenegg (MacOS)" + "Testers: Cyrano Jones, LinkoVitch, partycle, neo-rg,
Robert R, TheUMan, Dissection, overridex,
geormetal" + "Build Team: shamus (win32)
goldenegg (MacOS)" "Homepage: http://icculus.org/virtualjaguar/" "" "

" @@ -48,7 +49,7 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) "Bernd Schmidt for his UAE 68K emulator
" "Sam Lantinga for his amazing SDL libraries
" "Ryan C. Gordon for Virtual Jaguar's web presence
" - "Curt Vendel for various Jaguar & other goodies (you rock!)
" + "Curt Vendel for various Jaguar & other goodies
" "Reboot for reasons too numerous to mention
" "The Free Jaguar Project (you know why) ;-)
" "The guys over at Atari Age :-)
" @@ -58,6 +59,7 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) layout->addWidget(text); } + void AboutWindow::keyPressEvent(QKeyEvent * e) { if (e->key() == Qt::Key_Escape || e->key() == Qt::Key_Return)