VirtualBox

Changeset 5267 in vbox for trunk


Ignore:
Timestamp:
Oct 12, 2007 5:35:16 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
25261
Message:

Mark the NAT ping message text as translatable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r5266 r5267  
    5353    PNATState               pNATState;
    5454    /** Flag whether a NAT ping warning has been shown. */
    55     bool                    fSuppressPingWarning;
     55    bool                    fPingSuppressed
    5656} DRVNAT, *PDRVNAT;
    5757
     
    258258    {
    259259        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"));
    261261    }
    262262}
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette