~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/file/CFileServer.cpp

  • Committer: Nathan Osman
  • Date: 2012-06-28 16:17:15 UTC
  • Revision ID: admin@quickmediasolutions.com-20120628161715-hot2y9wx30m0ezw9
Added tr() where appropriate to facilitate translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    if(!Network::FindIPv4Address(Network::GetCurrentInterface(), Network::IPAddress, &address))
38
38
    {
39
39
        if(Settings::Notify("Error"))
40
 
            emit Message("Unable to find an IPv4 address on the current network interface.",
 
40
            emit Message(tr("Unable to find an IPv4 address on the current network interface."),
41
41
                         QSystemTrayIcon::Critical);
42
42
 
43
43
        return;