From 81c5e8f6593b5eecbccc11a2fb699d517324629a Mon Sep 17 00:00:00 2001 From: dismine Date: Thu, 4 Dec 2014 13:35:59 +0200 Subject: [PATCH] Don't need translate string "...". --HG-- branch : develop --- src/app/widgets/vformulapropertyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/widgets/vformulapropertyeditor.cpp b/src/app/widgets/vformulapropertyeditor.cpp index f021e8f94..7030ae7fa 100644 --- a/src/app/widgets/vformulapropertyeditor.cpp +++ b/src/app/widgets/vformulapropertyeditor.cpp @@ -49,7 +49,7 @@ VFormulaPropertyEditor::VFormulaPropertyEditor(QWidget *parent) // Create the tool button ToolButton = new QToolButton(this); ToolButton->setSizePolicy(QSizePolicy::Fixed, QSizePolicy::Minimum); - ToolButton->setText(tr("...")); + ToolButton->setText("..."); ToolButton->setFixedWidth(20); ToolButton->installEventFilter(this); setFocusProxy(ToolButton); // Make the ToolButton the focus proxy