From kde-commits Thu Jun 30 23:24:02 2005 From: Giovanni Venturi Date: Thu, 30 Jun 2005 23:24:02 +0000 To: kde-commits Subject: playground/network/ksniffer/protocols Message-Id: <1120173842.299591.25226.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=112017385204680 SVN commit 430332 by gianni: some very little fix M +1 -1 icmp-protocol.cpp M +1 -1 icmp-protocol.h --- trunk/playground/network/ksniffer/protocols/icmp-protocol.cpp #430331:430332 @@ -95,7 +95,7 @@ stringType = i18n("ICMP type", "Information Request"); break; case 16: - stringType = i18n("Information Reply"); + stringType = i18n("ICMP type", "Information Reply"); break; default: stringType = i18n("Unknown type for ICMP packet"); --- trunk/playground/network/ksniffer/protocols/icmp-protocol.h #430331:430332 @@ -19,7 +19,7 @@ ***************************************************************************/ #ifndef ICMPPROTOCOL_H -#define ICMPROTOCOL_H +#define ICMPPROTOCOL_H class Packet; class QStringList;