QTfrontend/hwform.cpp
changeset 869 daddcd31ef34
parent 788 00720357601f
child 883 07a568ba44e0
--- a/QTfrontend/hwform.cpp	Thu Apr 24 19:55:10 2008 +0000
+++ b/QTfrontend/hwform.cpp	Thu Apr 24 20:53:35 2008 +0000
@@ -578,6 +578,13 @@
 			AddStatText(message);
 			break;
 		}
+		case 'k' : {
+			int i = info.indexOf(' ');
+			QString message = QLabel::tr("<p>The best shot award was won by <b>%1</b> with <b>%2</b> kills.</p>")
+					.arg(info.mid(i + 1), info.left(i));
+			AddStatText(message);
+			break;
+		}
 		case 'K' : {
 			QString message = QLabel::tr("<p>A total of <b>%1</b> Hedgehog(s) were killed during this round.</p>").arg(info);
 			AddStatText(message);