X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fcontrollertab.cpp;h=89a678f380ddff453bce1b412735ba527813c5a2;hb=2e7108fbe3b1a8a42f155069e4648d43fda57789;hp=7ff002f1dbc1902457092deeddbae3510856c422;hpb=d45cbbf10d32c4b44a924e19b0f4ee2fbe51b46c;p=virtualjaguar diff --git a/src/gui/controllertab.cpp b/src/gui/controllertab.cpp index 7ff002f..89a678f 100644 --- a/src/gui/controllertab.cpp +++ b/src/gui/controllertab.cpp @@ -156,7 +156,8 @@ void ControllerTab::DefineAllKeys(void) if (key == Qt::Key_Escape) break; - // Otherwise, populate the appropriate spot in the settings & update screen... + // Otherwise, populate the appropriate spot in the settings & update + // the screen... controllerWidget->keys[orderToDefine[i]] = key; controllerWidget->update(); profile[profileNum].map[orderToDefine[i]] = key;