[atlantik-cvs] CVS: kdegames/atlantik/client atlantik.cpp, 1.174, 1.175

[email protected] Sun, 10 Oct 2004 19:43:44 +0200
Newsgroups gmane.comp.kde.devel.atlantik
Message-ID <[email protected]>
Update of /home/kde/kdegames/atlantik/client
In directory office:/tmp/cvs-serv31305/client

Modified Files:
	atlantik.cpp 
Log Message:
knotify fix

Index: atlantik.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/client/atlantik.cpp,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- atlantik.cpp	10 Oct 2004 15:14:00 -0000	1.174
+++ atlantik.cpp	10 Oct 2004 17:43:41 -0000	1.175
@@ -711,7 +711,7 @@
 
 void Atlantik::gainedTurn()
 {
-	KNotifyClient::event(this->winId(), "gainedturn");
+	KNotifyClient::event(this->winId(), "gainedturn", i18n("It is your turn now.") );
 }
 
 void Atlantik::initEventLog()