~mateo-salta/nitroshare/nitroshare

« back to all changes in this revision

Viewing changes to src/dialogs/CMachineSelectionDialog.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:
31
31
    }
32
32
 
33
33
    if(include_select)
34
 
        ui->Machines->addItem("[Select Machine]");
 
34
        ui->Machines->addItem(tr("[Select Machine]"));
35
35
 
36
36
    ui->Machines->setCurrentRow(0);
37
37
}