X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fabout.cpp;fp=src%2Fgui%2Fabout.cpp;h=71cec73ffad216747b191aa4fcc8b5c835f2d35d;hb=c9d57b57d70ab2ae842144828175820fb207a3b0;hp=1b3df54f035bb6575b9dfc52f101d19ba0863f06;hpb=d207b11e613703aff7d00191c4595b7359f29700;p=virtualjaguar diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 1b3df54..71cec73 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -51,9 +51,8 @@ AboutWindow::AboutWindow(QWidget * parent/*= 0*/): QWidget(parent, Qt::Dialog) "Ryan C. Gordon for Virtual Jaguar's web presence
" "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 :-)
" - "byuu for BSNES and showing us what was possible" + "byuu for BSNES Higan and showing us what was possible" )); text = new QLabel(s); layout->addWidget(text);