- Timestamp:
- Oct 12, 2007 5:35:16 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 25261
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r5266 r5267 53 53 PNATState pNATState; 54 54 /** Flag whether a NAT ping warning has been shown. */ 55 bool f SuppressPingWarning;55 bool fPingSuppressed 56 56 } DRVNAT, *PDRVNAT; 57 57 … … 258 258 { 259 259 pData->fSuppressPingWarning = true; 260 PDMDRV_SET_RUNTIME_ERROR(pData->pDrvIns, false, "NAT_PING", "The guest OS sent out a ping request which cannot be handled by NAT");260 PDMDRV_SET_RUNTIME_ERROR(pData->pDrvIns, false, "NAT_PING", N_("The guest OS sent out a ping request which cannot be handled by NAT")); 261 261 } 262 262 }
Note:
See TracChangeset
for help on using the changeset viewer.