From atlantik-devel Sat May 04 15:18:18 2002 From: kde () office ! kde ! org Date: Sat, 04 May 2002 15:18:18 +0000 To: atlantik-devel Subject: [atlantik-devel] CVS: kdegames/atlantik/client atlantik.cpp,1.92,1.93 X-MARC-Message: https://marc.info/?l=atlantik-devel&m=102052571404931 Update of /home/kde/kdegames/atlantik/client In directory office:/tmp/cvs-serv10647 Modified Files: atlantik.cpp Log Message: kstdgameactions handle roll key binding Index: atlantik.cpp =================================================================== RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- atlantik.cpp 2002/04/30 15:04:42 1.92 +++ atlantik.cpp 2002/05/04 15:18:16 1.93 @@ -86,7 +86,7 @@ connect(m_atlantikNetwork, SIGNAL(newAuction(Auction *)), this, SLOT(newAuction(Auction *))); // Menu,toolbar: Move - m_roll = KStdGameAction::roll(m_atlantikNetwork, SLOT(roll()), actionCollection()); // No Ctrl-R at the moment + m_roll = KStdGameAction::roll(m_atlantikNetwork, SLOT(rollDice()), actionCollection()); m_roll->setEnabled(false); m_buyEstate = new KAction(i18n("&Buy"), "atlantik_buy_estate", CTRL+Key_B, m_atlantikNetwork, SLOT(buyEstate()), actionCollection(), "buy_estate"); m_buyEstate->setEnabled(false); _______________________________________________ atlantik-devel mailing list atlantik-devel@mail.kde.org http://mail.kde.org/mailman/listinfo/atlantik-devel