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;