From 030410da651e7df07352c85cc11fdc6ab2a75d45 Mon Sep 17 00:00:00 2001 From: Jan Darmochwal Date: Sat, 9 Oct 2010 11:55:15 +0200 Subject: Support for Utf8 in translations use trUtf8() instead of tr() --- src/dialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dialog.cpp b/src/dialog.cpp index d359c75..2d6fecf 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -14,7 +14,7 @@ Dialog::Dialog(QWidget *parent) if (ifaceDBus_->isValid()) { // PVS is running QStringList accessOptions; - accessOptions << tr("None") << tr("View Only") << tr("Full"); + accessOptions << trUtf8("None") << trUtf8("View Only") << trUtf8("Full"); ui->comboBoxLecturer->insertItems(0, accessOptions); ui->comboBoxOthers->insertItems(0, accessOptions); -- cgit v1.2.3-55-g7522